Skip to content

Commit

Permalink
Adding missing dev dependencies (#656)
Browse files Browse the repository at this point in the history
babel-plugin-transform-class-properties and babel-plugin-transform-es2015-classes are specified in `.babelrc` but were not in dev dependencies
  • Loading branch information
zkochan authored and jhen0409 committed Jan 12, 2017
1 parent 470d082 commit d4561a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-tcomb": "^0.3.24",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-webpack-loaders": "^0.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-env": "^1.1.6",
Expand Down

0 comments on commit d4561a5

Please sign in to comment.