diff --git a/.gitignore b/.gitignore index 4d80206..b6418e7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ client/dialclient server/dialserver server/tests/run_tests client/report.html -node_modules/* +node_modules/ diff --git a/server/tests/js_tests/package.json b/server/tests/js_tests/package.json index 628c9b3..5b74bc5 100644 --- a/server/tests/js_tests/package.json +++ b/server/tests/js_tests/package.json @@ -1,12 +1,16 @@ { "name": "dialtests", "version": "1.0.0", - "description": "Tests for DIAL server using nf-dialclient", - "main": "index.js", + "description": "Tests for DIAL server", + "repository": { + "type": "git", + "url": "https://github.com/Netflix/dial-reference.git" + }, + "main": "", "scripts": { }, "author": "Shruti Ranganathan Jothi", - "license": "unlicensed", + "license": "BSD-2-Clause", "dependencies": { "q": "~1.4.1", "node-ssdp": "^3.2.0",