若干优化

This commit is contained in:
袁涛
2025-08-13 18:05:03 +08:00
parent a57e4b0a39
commit dc2d0ccc41
5 changed files with 23 additions and 142 deletions

View File

@@ -4,9 +4,7 @@
"description": "Pandora.Js专为新手优化的JavaScript插件属性多样、功能丰富足以满足大部分功能需求。",
"main": "Pandora.js",
"scripts": {
"test": "webpack --config webpack.test.config.js --progress",
"release": "npm run pack && babel Pandora.min.js --out-file Pandora.min.js && gulp minify --silent",
"upload": "gulp upload --silent",
"pack": "webpack --config webpack.config.js --progress"
},
"repository": {
@@ -24,8 +22,7 @@
"webpack": "*",
"gulp-uglify": "*",
"gulp-header": "*",
"gulp-chinese2unicode": "*",
"ftp": "*"
"gulp-chinese2unicode": "*"
},
"devDependencies": {
"webpack-cli": "*",