Skip to content

Commit ff8c970

Browse files
committed
move things around
1 parent 22deff1 commit ff8c970

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "upgrade-helper",
33
"version": "0.1.0",
4-
"homepage": "https://react-native-community.github.io/upgrade-helper",
5-
"license": "MIT",
4+
"scripts": {
5+
"start": "react-scripts start",
6+
"build": "react-scripts build",
7+
"test": "react-scripts test",
8+
"lint": "eslint . --cache --report-unused-disable-directives"
9+
},
610
"dependencies": {
711
"@testing-library/react": "^8.0.2",
812
"antd": "^3.19.1",
@@ -22,19 +26,15 @@
2226
"devDependencies": {
2327
"eslint": "^5.16.0",
2428
"gh-pages": "^2.0.0",
25-
"husky": "^3.0.1",
26-
},
27-
"scripts": {
28-
"start": "react-scripts start",
29-
"build": "react-scripts build",
30-
"test": "react-scripts test",
31-
"lint": "eslint . --cache --report-unused-disable-directives"
29+
"husky": "^3.0.1"
3230
},
3331
"husky": {
3432
"hooks": {
3533
"pre-push": "yarn lint"
3634
}
3735
},
36+
"homepage": "https://react-native-community.github.io/upgrade-helper",
37+
"license": "MIT",
3838
"browserslist": {
3939
"production": [
4040
">0.2%",

0 commit comments

Comments
 (0)