chore(release): 0.0.2

This commit is contained in:
Soybean
2021-11-21 19:29:17 +08:00
parent f199794da0
commit e44f5d72a2
2 changed files with 127 additions and 5 deletions

View File

@ -1,7 +1,14 @@
{
"name": "soybean-admin",
"version": "1.0.0",
"version": "0.0.2",
"author": {
"name": "Soybean",
"email": "honghuangdc@gmail.com",
"url": "https://github.com/honghuangdc"
},
"scripts": {
"release": "standard-version",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"dev": "vite",
"dev:prod": "vite --mode production",
"dev:staging": "vite --mode staging",
@ -17,6 +24,11 @@
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"dependencies": {
"@antv/g2plot": "^2.3.40",
"@better-scroll/core": "^2.4.2",
@ -79,9 +91,12 @@
"vueuc": "^0.4.15",
"windicss": "^3.2.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
"homepage": "https://github.com/honghuangdc/soybean-admin",
"repository": {
"type": "git",
"url": "git+https://github.com/honghuangdc/soybean-admin.git"
},
"bugs": {
"url": "https://github.com/honghuangdc/soybean-admin/issues"
}
}