flexbox-vue
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "flexbox-vue", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Vue Component to flexbox", | ||
@@ -13,2 +13,3 @@ "author": "hexonZhang <308826842@qq.com>", | ||
}, | ||
"main": "dist/flexbox.js", | ||
"dependencies": { | ||
@@ -15,0 +16,0 @@ "vue": "^2.4.2" |
@@ -16,6 +16,6 @@ /* | ||
output: { | ||
path: path.resolve(__dirname, 'dist'), | ||
publicPath: '/dist/', | ||
filename: 'flexboxPlugin.js', | ||
library: 'flexboxPlugin', | ||
path: path.resolve(__dirname, './dist'), | ||
publicPath: './', | ||
filename: 'flexbox.js', | ||
library: 'flexbox', | ||
libraryTarget: 'umd', | ||
@@ -22,0 +22,0 @@ umdNamedDefine: true |
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
52384
31
658