feat: 优化结构
Showing
form/publish/.keep
0 → 100644
package.json
0 → 100644
{ | ||
"name": "publish", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "build.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "sh ./publish/build.sh", | ||
"win": "cd publish && build.cmd" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"compressing": "^1.5.0" | ||
} | ||
} |
Please register or sign in to comment