Skip to content

Commit

Permalink
feat(slice): update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jan 6, 2023
1 parent 872da2d commit 6080ed2
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions packages/ngrx-slice/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "ngrx-slice",
"version": "0.0.0",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": [
"ngrx",
"angular",
"redux toolkit",
"create slice",
"typescript"
],
"author": {
"name": "Chau Tran",
"email": "nartc7789@gmail.com",
"url": "https://nartc.me"
},
"repository": {
"url": "https://github.com/nartc/nartc-workspace",
"directory": "packages/ngrx-slice",
"type": "git"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@ngrx/store": "^15.0.0",
"immer": "~9.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
}
"name": "ngrx-slice",
"version": "0.0.0",
"license": "MIT",
"description": "createSlice plugin for NgRX",
"keywords": [
"ngrx",
"angular",
"redux toolkit",
"create slice",
"typescript"
],
"author": {
"name": "Chau Tran",
"email": "nartc7789@gmail.com",
"url": "https://nartc.me"
},
"repository": {
"url": "https://github.com/nartc/nartc-workspace",
"directory": "packages/ngrx-slice",
"type": "git"
},
"peerDependencies": {
"@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0",
"@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0",
"@ngrx/store": "^13.0.0 || ^14.0.0 || ^15.0.0",
"immer": "~9.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
}
}

0 comments on commit 6080ed2

Please sign in to comment.