summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrv871f <richard.vondadelszen@amdocs.com>2018-08-22 14:02:41 -0400
committerrv871f <richard.vondadelszen@amdocs.com>2018-08-22 14:03:23 -0400
commit445f624e7e196f380f5711c45abc63c68330ac0b (patch)
treee0517564d7227b72aa7ccca76dfcb61400e091c9
parent9accd5fcb10e9946fbf4c6d05e28bf606ced483c (diff)
Adding license type
Issue-ID: AAI-1532 Change-Id: Ifc756aa27726ed51d0bd4f7d757d495351470e17 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
-rw-r--r--.gitignore3
-rw-r--r--package.json5
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index d5fd50c..f759a7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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",