Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit e5e2d88

Browse files
authored
Merge pull request #52 from AtomLinter/renovate/flow-bin-0.x
chore(deps): update dependency flow-bin to v0.93.0
2 parents 322e4d0 + 33c193d commit e5e2d88

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"atom": ">=1.0.0 <2.0.0"
1818
},
1919
"scripts": {
20-
"test": "(flow check) && (eslint . ) && (apm test)"
20+
"lint": "(flow check) && (eslint . )",
21+
"test": "(npm run lint) && (apm test)"
2122
},
2223
"dependencies": {
2324
"atom-linter": "9.0.1",
@@ -37,7 +38,7 @@
3738
},
3839
"devDependencies": {
3940
"eslint-config-steelbrain": "3.0.1",
40-
"flow-bin": "0.42.0"
41+
"flow-bin": "0.93.0"
4142
},
4243
"configSchema": {
4344
"executablePath": {

0 commit comments

Comments
 (0)