Skip to content

Commit

Permalink
chore: update lib package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaqcid committed Feb 21, 2021
1 parent de96629 commit b1a2297
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/state-diff-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@ngxs-labs/state-diff-logger",
"version": "0.0.1",
"version": "0.0.10",
"peerDependencies": {
"@angular/common": "^11.0.9",
"@angular/core": "^11.0.9",
"@ngxs/store": ">=3.4.0 <4.0.0",
"jsondiffpatch": "^0.4.1"
},
"dependencies": {
"tslib": "^2.0.0"
}
"homepage": "https://github.com/ngxs-labs/state-diff-logger#readme",
"repository": {
"type": "git",
"url": "https://github.com/ngxs-labs/state-diff-logger"
},
"license": "MIT",
"private": false
}

0 comments on commit b1a2297

Please sign in to comment.