Skip to content

Commit

Permalink
Move dev deps to dev deps (#46)
Browse files Browse the repository at this point in the history
* move dev deps to dev deps

* make direct dependencies transitive

* v1.0.22
  • Loading branch information
jordanstephens authored May 4, 2020
1 parent 70b66bb commit f5635e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "@artemisag/mobx-async-store",
"version": "1.0.21",
"version": "1.0.22",
"module": "dist/mobx-async-store.esm.js",
"browser": "dist/mobx-async-store.cjs.js",
"main": "dist/mobx-async-store.cjs.js",
"dependencies": {
"browserslist": "^4.7.0",
"caniuse-lite": "^1.0.30000998",
"jest-coverage-badges": "^1.1.2",
"jquery-param": "^1.0.1",
"jsonapi-serializer": "^3.6.4",
"lodash": "^4.17.15",
Expand Down Expand Up @@ -37,6 +34,7 @@
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^3.0.1",
"jest": "^24.7.1",
"jest-coverage-badges": "^1.1.2",
"jest-fetch-mock": "^2.1.2",
"mobx": "5.5.0",
"mobx-react": "^5.4.3",
Expand Down

0 comments on commit f5635e0

Please sign in to comment.