Skip to content

Commit

Permalink
bump to 1.1.2.
Browse files Browse the repository at this point in the history
Dependency changes to put node_modules on a diet.
* remove babel-plugin-transform-es2015-constants (deprecated and previously removed)
* make babel-runtime, babel-template, and babel-traverse top level dependencies
  • Loading branch information
ksherlock committed May 24, 2016
1 parent 378a265 commit 4cf9995
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-babel-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "A better babel command-line utility",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,6 @@
"babel-plugin-transform-es2015-block-scoping": "^6.9.0",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-duplicate-keys": "^6.8.0",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
Expand Down Expand Up @@ -107,6 +106,9 @@
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-plugin-transform-undefined-to-void": "^6.8.0",
"babel-plugin-undeclared-variables-check": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-template": "^6.9.0",
"babel-traverse": "^6.9.0",
"babel-types": "^6.9.0",
"lodash": "^4.13.1",
"sysexits": "^1.0.1"
Expand Down

0 comments on commit 4cf9995

Please sign in to comment.