Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
李元秋 committed Jul 15, 2019
1 parent 790037e commit 8e7b8f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "final-state-logger",
"version": "1.0.0",
"version": "1.0.1",
"author": "[email protected]",
"main": "dist/index.js",
"module": "dist/final-state-logger.esm.js",
Expand All @@ -23,16 +23,15 @@
"test": "tsdx test --coverage"
},
"peerDependencies": {
"final-state": "^1.1.0",
"date-fns": "^2.0.0-alpha.1"
"date-fns": "^2.0.0-alpha.1",
"final-state": "^1.1.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"final-state": "^1.1.0",
"@types/jest": "^24.0.15",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
Expand All @@ -42,6 +41,7 @@
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"final-state": "^1.1.0",
"husky": "^2.4.1",
"immer": "^3.1.3",
"prettier": "^1.18.2",
Expand Down

0 comments on commit 8e7b8f4

Please sign in to comment.