We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818b79b commit b84a388Copy full SHA for b84a388
.github/workflows/build.yml
@@ -9,7 +9,6 @@ jobs:
9
strategy:
10
matrix:
11
node-version:
12
- - 8.x
13
- 10.x
14
- 12.x
15
package.json
@@ -38,7 +38,7 @@
38
"devDependencies": {
39
"bs-platform": "^5.2.0",
40
"husky": "^1.3.0",
41
- "lint-staged": "^8.1.0",
+ "lint-staged": "^10.1.1",
42
"npmpub": "^5.0.0",
43
"prettier": "^1.18.0",
44
"reason-react": "^0.7.0"
@@ -49,12 +49,10 @@
49
},
50
"lint-staged": {
51
"*.{md,json,js,css}": [
52
- "prettier --write",
53
- "git add"
+ "prettier --write"
54
],
55
"*.{re,rei}": [
56
- "bsrefmt --in-place",
57
+ "bsrefmt --in-place"
58
]
59
60
"husky": {
0 commit comments