Skip to content

Commit

Permalink
add missing babel-cli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Lusenti committed Nov 12, 2016
1 parent f9f963f commit 52c6f5d
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 18 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"build": "npm run cleanup && mkdir dist && cd src && babel -d ../dist index.js filter.js"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.16.0",
Expand Down

0 comments on commit 52c6f5d

Please sign in to comment.