Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkuen committed Apr 23, 2018
1 parent acb734f commit 3c11fe5
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 8 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
"build": "babel src --out-dir .",
"prepublish": "npm run build"
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"babel-cli": "^6.26.0"
"babel-runtime": "^6.26.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"peerDependencies": {
"eslint": "^4.9.0",
Expand Down
Loading

0 comments on commit 3c11fe5

Please sign in to comment.