flexbox-vue
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "flexbox-vue", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A Vue Component to flexbox", | ||
"author": "hexonZhang <308826842@qq.com>", | ||
"private": false, | ||
"license": "MIT", | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -13,3 +13,3 @@ "dev": "node build/dev-server.js", | ||
}, | ||
"main": "dist/flexbox.js", | ||
"main": "dist/flexbox-vue.js", | ||
"dependencies": { | ||
@@ -16,0 +16,0 @@ "vue": "^2.4.2" |
@@ -5,3 +5,3 @@ /* | ||
* @Last Modified by: Marte | ||
* @Last Modified time: 2017-09-02 00:31:07 | ||
* @Last Modified time: 2017-09-02 09:44:45 | ||
*/ | ||
@@ -19,4 +19,4 @@ | ||
publicPath: './', | ||
filename: 'flexbox.js', | ||
library: 'flexbox', | ||
filename: 'flexbox-vue.js', | ||
library: 'flexbox-vue', | ||
libraryTarget: 'umd', | ||
@@ -23,0 +23,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
966287
40
1039