Skip to content

Commit

Permalink
Merge pull request #3 from sugarshin/fix-packagejson
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
sugarshin committed Jun 18, 2017
2 parents 84a0cc0 + 46f64e5 commit dbd3357
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 286 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -37,14 +37,14 @@
"build": "npm run build:commonjs && npm run build:es",
"prepublish": "npm run lint && npm test && npm run build"
},
"dependencies": {
"devDependencies": {
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-plugin-ava": "^4.2.0",
"eslint": "^4.0.0",
"eslint-plugin-ava": "^4.2.1",
"eslint-plugin-babel": "^4.1.1",
"nyc": "^11.0.2"
}
Expand Down

0 comments on commit dbd3357

Please sign in to comment.