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