create-babel
Advanced tools
Comparing version 1.0.2 to 2.0.0
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
create("babel", { | ||
create({ | ||
dependencies: ["@babel/runtime"], | ||
@@ -19,2 +19,3 @@ devDependencies: [ | ||
scripts: { | ||
start: "node .", | ||
build: "babel src --out-dir dist", | ||
@@ -21,0 +22,0 @@ "build:watch": "npm run build -- --watch", |
{ | ||
"name": "create-babel", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "Create app with Babel configuration.", | ||
@@ -18,4 +18,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"base-create": "^1.2.0" | ||
"base-create": "^2.0.2" | ||
} | ||
} |
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
2450
31
+ Addedbase-create@2.0.2(transitive)
- Removedbase-create@1.5.1(transitive)
Updatedbase-create@^2.0.2