babel-preset-stage-0
Advanced tools
Comparing version 6.16.0 to 6.22.0
{ | ||
"name": "babel-preset-stage-0", | ||
"version": "6.16.0", | ||
"version": "6.22.0", | ||
"description": "Babel preset for stage 0 plugins", | ||
@@ -11,6 +11,6 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"babel-plugin-transform-do-expressions": "^6.3.13", | ||
"babel-plugin-transform-function-bind": "^6.3.13", | ||
"babel-preset-stage-1": "^6.16.0" | ||
"babel-plugin-transform-do-expressions": "^6.22.0", | ||
"babel-plugin-transform-function-bind": "^6.22.0", | ||
"babel-preset-stage-1": "^6.22.0" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # babel-preset-stage-0 | ||
```sh | ||
$ npm install --save-dev babel-preset-stage-0 | ||
npm install --save-dev babel-preset-stage-0 | ||
``` | ||
@@ -27,3 +27,3 @@ | ||
```sh | ||
$ babel script.js --presets stage-0 | ||
babel script.js --presets stage-0 | ||
``` | ||
@@ -30,0 +30,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1782