Skip to content

Commit

Permalink
fix a type with timekeeper listed in dependencies rather than dev-dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
abuinitski committed Mar 2, 2019
1 parent 5de420a commit 29857ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-bundler-async-resources",
"version": "1.0.0",
"version": "1.0.2",
"description": "redux-bundler bundle that manages a collection of async resources",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,12 +42,11 @@
"jest": "^24.1.0",
"microbundle": "^0.10.1",
"prettier": "^1.16.4",
"redux-bundler": "^23.1.0"
"redux-bundler": "^23.1.0",
"timekeeper": "^2.1.2"
},
"peerDependencies": {
"redux-bundler": "*"
},
"dependencies": {
"timekeeper": "^2.1.2"
}
"dependencies": {}
}

0 comments on commit 29857ee

Please sign in to comment.