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 7e24cd0 commit 02ff432Copy full SHA for 02ff432
.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
@@ -39,7 +39,7 @@
39
"devDependencies": {
40
"bs-platform": "^5.2.0",
41
"husky": "^1.3.0",
42
- "lint-staged": "^8.1.0",
+ "lint-staged": "^10.1.1",
43
"npmpub": "^5.0.0",
44
"prettier": "^1.18.0"
45
},
@@ -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