babel-preset-stage-2
Advanced tools
Comparing version 6.18.0 to 6.22.0
{ | ||
"name": "babel-preset-stage-2", | ||
"version": "6.18.0", | ||
"version": "6.22.0", | ||
"description": "Babel preset for stage 2 plugins", | ||
@@ -11,7 +11,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"babel-plugin-transform-class-properties": "^6.18.0", | ||
"babel-plugin-transform-decorators": "^6.13.0", | ||
"babel-plugin-transform-class-properties": "^6.22.0", | ||
"babel-plugin-transform-decorators": "^6.22.0", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-preset-stage-3": "^6.17.0" | ||
"babel-preset-stage-3": "^6.22.0" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # babel-preset-stage-2 | ||
```sh | ||
$ npm install --save-dev babel-preset-stage-2 | ||
npm install --save-dev babel-preset-stage-2 | ||
``` | ||
@@ -27,3 +27,3 @@ | ||
```sh | ||
$ babel script.js --presets stage-2 | ||
babel script.js --presets stage-2 | ||
``` | ||
@@ -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
2058