Skip to content

Commit

Permalink
Merge pull request jquense#103 from jaredpalmer/patch-1
Browse files Browse the repository at this point in the history
Fix devDeps
  • Loading branch information
jquense authored Jul 12, 2017
2 parents e5e88b3 + 06f6dd0 commit 4c7c3f3
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
Expand Up @@ -36,9 +36,11 @@
]
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.2",
"babel-polyfill": "^6.7.4",
"babel-preset-jason": "^3.0.0",
"benchmark": "^2.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
Expand All @@ -48,18 +50,16 @@
"eslint-config-jason": "^4.0.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-react": "^6.2.0",
"jest": "^19.0.2",
"mt-changelog": "^0.6.2",
"promises-aplus-tests": "^2.1.2",
"release-script": "^0.5.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.10.0"
},
"dependencies": {
"babel-jest": "^19.0.0",
"babel-preset-jason": "^3.0.0",
"case": "^1.2.1",
"fn-name": "~1.0.1",
"jest": "^19.0.2",
"fn-name": "~1.0.1",
"lodash": "^4.17.0",
"property-expr": "^1.2.0",
"toposort": "^0.2.10",
Expand Down

0 comments on commit 4c7c3f3

Please sign in to comment.