done
This commit is contained in:
parent
e7d7006141
commit
989d04b6ff
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user