vue-sfc-rollup
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,2 +13,12 @@ # Changelog | ||
## [1.0.2] - 2019-01-12 | ||
### Fixed | ||
- avoid bug introduced in [rollup-plugin-vue 4.4.0](https://github.com/vuejs/rollup-plugin-vue/issues/257) - lock in use of v4.3.2 in generated package.json until issue is resolved. | ||
## [1.0.1] - 2018-12-14 | ||
### Fixed | ||
- build process now runs in 'production' mode by default - smaller, more secure files | ||
## [1.0.0] - 2018-10-10 | ||
@@ -15,0 +25,0 @@ ### Changed |
@@ -6,3 +6,3 @@ { | ||
"license": "ISC", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"bin": { | ||
@@ -9,0 +9,0 @@ "sfc-rollup-init": "./sfc-init.js" |
@@ -33,3 +33,3 @@ { | ||
"rollup-plugin-uglify-es": "0.0.1", | ||
"rollup-plugin-vue": "^4.3.2", | ||
"rollup-plugin-vue": "4.3.2", | ||
"vue": "^2.5.21", | ||
@@ -36,0 +36,0 @@ "vue-template-compiler": "^2.5.21" |
@@ -35,3 +35,3 @@ { | ||
"rollup-plugin-uglify-es": "0.0.1", | ||
"rollup-plugin-vue": "^4.3.2", | ||
"rollup-plugin-vue": "4.3.2", | ||
"vue": "^2.5.21", | ||
@@ -38,0 +38,0 @@ "vue-template-compiler": "^2.5.21" |
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
21044