added license to package.json
This commit is contained in:
parent
c18201dcd2
commit
acffd90d47
@ -9,7 +9,7 @@
|
|||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
|
|
||||||
"build-data": "ng build data --configuration production",
|
"build-data": "ng build data --configuration production",
|
||||||
"publish-data": "npm publish dist/openharbor/data --access public"
|
"publish-data": "npm publish dist/openharbor/data --access public --tag dev"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@openharbor/data",
|
"name": "@openharbor/data",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.0-alpha.2",
|
||||||
"repository": "https://git.openharbor.io/Open-Harbor/ts-data",
|
"repository": "https://git.openharbor.io/Open-Harbor/ts-data",
|
||||||
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"rxjs": "^6.5.3 || ^7.4.0"
|
"rxjs": "^6.5.3 || ^7.4.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user