Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "mmmm-list", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "mmmm-list.js", | ||
"version": "1.0.2", | ||
"author": "十三月", | ||
"license": "MIT", | ||
"private": false, | ||
"main": "dist/mmmmList.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "webpack-dev-server --hot --inline", | ||
"build": "webpack --display-error-details --config webpack.config.js" | ||
@@ -28,5 +32,3 @@ }, | ||
"webpack-dev-server": ">=3.4.1" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import List from './List.vue' | ||
export default List | ||
import mmmmList from './mmmm-list.vue' | ||
export default mmmmList |
@@ -11,3 +11,3 @@ var path = require('path') | ||
filename: 'mmmm-list.js', //打包之后的名称 | ||
library: 'mmmm-list', // 指定的就是你使用require时的模块名 | ||
library: 'mmmmList', // 指定的就是你使用require时的模块名 | ||
@@ -14,0 +14,0 @@ libraryTarget: 'umd', // 指定输出格式 |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
3161