create-babel
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "create-babel", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Create app with Babel configuration.", | ||
@@ -18,4 +18,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"base-create": "^2.0.2" | ||
"base-create": "^3.0.1" | ||
} | ||
} |
@@ -14,2 +14,2 @@ # create-babel | ||
* :fast_forward: Out-of-the-box [preset-env](https://babeljs.io/docs/en/babel-preset-env) for modern syntax & [transform-runtime](https://babeljs.io/docs/en/babel-plugin-transform-runtime) for `async`/`await`. | ||
* 🛠️ Baked-in `build` and `build:watch` scripts, `.gitignore` & more! | ||
* 🛠️ Baked-in `build` and `build:watch` scripts, `src/index.js` file, `.gitignore` & more! |
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
2471
+ Addedbase-create@3.0.8(transitive)
- Removedbase-create@2.0.2(transitive)
Updatedbase-create@^3.0.1