From f6c369ca3c1d332a35d9637533c0993acd3e4a0f Mon Sep 17 00:00:00 2001 From: Shruti Ranganathan Jothi Date: Tue, 28 Feb 2017 11:54:30 -0800 Subject: [PATCH] update package.json and .gitignore --- .gitignore | 2 +- server/tests/js_tests/package.json | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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",