重新编译

This commit is contained in:
2022-03-30 09:37:13 +08:00
parent 1fa9959cdf
commit ca9092242c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = {
},
output: {
path: path.resolve(__dirname, '../dist'),
filename: 'v-distpicker.js',
filename: 'address-parse.js',
library: 'VDistpicker',
libraryTarget: 'umd',
libraryExport: 'default'
+1
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "v-distpicker",
"name": "address-parse",
"description": "A flexible, highly available district selector for picking provinces, cities and districts of China.",
"version": "1.2.9",
"author": "jcc <changejian@gmail.com>",
"license": "MIT",
"repository": "jcc/v-distpicker",
"main": "dist/v-distpicker.js",
"repository": "jcc/address-parse",
"main": "dist/address-parse.js",
"files": [
"src",
"dist/*.js"