diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | rulemgt-frontend/package.json | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -16,4 +16,7 @@ dependency-reduced-pom.xml # IntelliJ .idea/ -*.iml
\ No newline at end of file +*.iml + +# NodeJS +package-lock.json
\ No newline at end of file diff --git a/rulemgt-frontend/package.json b/rulemgt-frontend/package.json index e0ab138..91c3908 100644 --- a/rulemgt-frontend/package.json +++ b/rulemgt-frontend/package.json @@ -13,8 +13,8 @@ }, "licenses": [ { - "type": "MIT", - "url": "https://github.com/angular/angular.io/blob/master/LICENSE" + "type": "Apache-2.0", + "url": "https://gerrit.onap.org/r/gitweb?p=holmes/rule-management.git;a=blob;f=License.txt" } ], "dependencies": { |