This commit is contained in:
Mathias Beaulieu-Duncan 2019-11-13 09:49:29 -06:00
parent e7d7006141
commit 989d04b6ff
2 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,9 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"build-lib": "ng build @poweredsoft/ngx-data",
"publish-lib": "npm publish dist/poweredsoft/ngx-data"
},
"private": true,
"dependencies": {

View File

@ -1,10 +1,10 @@
{
"name": "@poweredsoft/ngx-data",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^8.2.4",
"@angular/core": "^8.2.4",
"@poweredsoft/data": "^0.0.25",
"@poweredsoft/data": "^0.0.26",
"rxjs": "^6.5.3"
}
}