diff options
author | rv871f <richard.vondadelszen@amdocs.com> | 2018-08-22 14:02:41 -0400 |
---|---|---|
committer | rv871f <richard.vondadelszen@amdocs.com> | 2018-08-22 14:03:23 -0400 |
commit | 445f624e7e196f380f5711c45abc63c68330ac0b (patch) | |
tree | e0517564d7227b72aa7ccca76dfcb61400e091c9 | |
parent | 9accd5fcb10e9946fbf4c6d05e28bf606ced483c (diff) |
Adding license type
Issue-ID: AAI-1532
Change-Id: Ifc756aa27726ed51d0bd4f7d757d495351470e17
Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | package.json | 5 |
2 files changed, 4 insertions, 4 deletions
@@ -10,3 +10,6 @@ test/coverage npm-debug.log .vscode scripts/elasticsearch/auditBulkLoad.json +.classpath +.project +.settings/
\ No newline at end of file diff --git a/package.json b/package.json index 8401a11..c9255ca 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "1.0.0", "description": "", "main": "bundle.js", - "publishConfig": { - "registry": "http://10.247.57.144:8081/repository/npm-aee/" - }, "scripts": { "start": "gulp", "build": "gulp build", @@ -13,7 +10,7 @@ "testReport": "jest --coverage" }, "author": "", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache-2.0", "dependencies": { "collapsible-sliding-panel": "1.0.0", "core-js": "^2.4.0", |