Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "vue-ls", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "vue.js localStorage plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-ls.js", |
18
build.js
@@ -32,12 +32,12 @@ const fs = require('fs'); | ||
let currentFile = file; | ||
rollup.rollup({ | ||
entry: path.resolve(__dirname, 'src/index.js'), | ||
plugins: buildConfig.files[file] | ||
}) | ||
.then(bundle => { | ||
return write(path.join(__dirname, 'dist/' + currentFile), bundle.generate(buildConfig.writeConfig).code); | ||
(function (currentFile) { | ||
rollup.rollup({ | ||
entry: path.resolve(__dirname, 'src/index.js'), | ||
plugins: buildConfig.files[file] | ||
}) | ||
.catch(console.log); | ||
.then(bundle => { | ||
return write(path.join(__dirname, 'dist/' + currentFile), bundle.generate(buildConfig.writeConfig).code); | ||
}) | ||
.catch(console.log); | ||
})(file) | ||
} | ||
@@ -44,0 +44,0 @@ |
{ | ||
"name": "vue-ls", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "vue.js localStorage plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-ls.js", |
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
76355
356