Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Apr 14, 2022
1 parent 7af38ec commit 162a66f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,21 @@
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"father-build": "^1.21.2",
"father-build": "^1.22.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.8",
"material-ui": "^0.20.2",
"np": "^6.2.0",
"prettier": "^2.0.5",
"react-toolbox": "^1.2.5"
},
"babel": {
"presets": [
"umi"
]
},
"files": [
"src",
"lib",
"package.json",
"README.md"
],
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
"@babel/helper-module-imports": "^7.0.0"
}
}

0 comments on commit 162a66f

Please sign in to comment.