Comparing version 4.0.0 to 4.0.1
@@ -122,3 +122,7 @@ #!/usr/bin/env node | ||
? Promise.resolve() | ||
.then(_ => cp(path.join(__dirname, 'projects', 'new'), path.join(process.cwd(), folder))) | ||
.then(_ => { | ||
const dest = path.join(process.cwd(), folder) | ||
cp(path.join(__dirname, 'projects', 'new'), dest) | ||
try { fs.renameSync(path.join(dest, '.npmignore'), path.join(dest, '.gitignore')) } catch (_) {} | ||
}) | ||
.then(_ => `\ncreated a new project in ${path.join(process.cwd(), folder)}\n`) | ||
@@ -125,0 +129,0 @@ .catch(_ => `\nUnable to initialize a project at ${path.join(process.cwd(), folder)}\n`) |
{ | ||
"name": "elm-spa", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "single page apps made easy", | ||
@@ -12,3 +12,2 @@ "main": "index.js", | ||
"build": "elm make src/Main.elm --optimize --output dist/elm.worker.js", | ||
"publish": "npm run build && npm publish", | ||
"test": "elm-test", | ||
@@ -15,0 +14,0 @@ "test:watch": "elm-test --watch", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
107607
3587
0