Skip to content

Commit cece3ba

Browse files
committed
ssss
1 parent 244f1c3 commit cece3ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
}
4141
}
4242
},
43-
"pre-commit": [
44-
"lint"
45-
],
4643
"author": "likun",
4744
"license": "MIT",
4845
"devDependencies": {
@@ -97,5 +94,9 @@
9794
"react-router": "^4.1.1",
9895
"redux": "^3.6.0",
9996
"whatwg-fetch": "^2.0.3"
100-
}
97+
},
98+
"pre-commit": [
99+
"lint",
100+
"flow"
101+
]
101102
}

0 commit comments

Comments
 (0)