fix default setting bug
Showing
| { | ||
| "name": "ant-design-pro", | ||
| "version": "1.3.0", | ||
| "version": "2.0.0-beta.1", | ||
| "description": "An out-of-box UI solution for enterprise applications", | ||
| "private": true, | ||
| "scripts": { | ||
| ... | ... | @@ -78,18 +78,18 @@ | 
| "pro-download": "^1.0.1", | ||
| "redbox-react": "^1.5.0", | ||
| "regenerator-runtime": "^0.11.1", | ||
| "roadhog": "^2.3.0", | ||
| "roadhog-api-doc": "^1.0.2", | ||
| "stylelint": "^9.2.0", | ||
| "roadhog": "^2.4.1", | ||
| "roadhog-api-doc": "^1.0.3", | ||
| "stylelint": "^8.4.0", | ||
| "stylelint-config-prettier": "^3.0.4", | ||
| "stylelint-config-standard": "^18.0.0" | ||
| }, | ||
| "optionalDependencies": { | ||
| "puppeteer": "^1.3.0" | ||
| "puppeteer": "^1.4.0" | ||
| }, | ||
| "lint-staged": { | ||
| "**/*.{js,jsx,less}": [ | ||
| "prettier --wirter", | ||
| "prettier --write", | ||
| "git add" | ||
| ], | ||
| "**/*.{js,jsx}": "npm run lint-staged:js", | ||
| ... | ... | 
Please register or sign in to comment