Skip to content

Commit

Permalink
chore: remove old flow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 24, 2021
1 parent 9d8650e commit 3b42176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"scripts": {
"prepare": "husky install",
"build": "del-cli ./dist && tsc",
"lint": "eslint ./src ./test && flow",
"lint": "eslint ./src ./test && tsc --noEmit",
"test": "NODE_ENV=test ava --serial --verbose"
},
"version": "1.0.0"
Expand Down

0 comments on commit 3b42176

Please sign in to comment.