修复背景色的问题
Showing
... | ... | @@ -6,10 +6,7 @@ |
"license": "MIT", | ||
"scripts": { | ||
"dev": "tsc -w", | ||
"build": "tsc", | ||
"release": "npm run build && pvi && npm publish" | ||
}, | ||
"devDependencies": { | ||
"package-version-increment": "^1.0.2" | ||
"build": "tsc --target es5", | ||
"release": "npm run build && npm version patch && npm publish" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment