added license to package.json

This commit is contained in:
Mathias Beaulieu-Duncan 2024-08-30 14:14:54 -04:00
parent c18201dcd2
commit acffd90d47
Signed by: mathias
GPG Key ID: 1C16CF05BAF9162D
2 changed files with 3 additions and 2 deletions

View File

@ -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": {

View File

@ -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"
}, },