Skip to content
Prev Previous commit
Next Next commit
specify TypeScript minimum version
  • Loading branch information
tinovyatkin committed Jun 8, 2020
commit f9142eaa05e9526364461124ea9fc84d9ebb7f50
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "xo && ava",
"report": "nyc ava",
"coverage": "nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json",
"prepublishOnly": "npx typescript --declaration --emitDeclarationOnly --allowJs index.js"
"prepublishOnly": "npx 'typescript@>3.7' --declaration --emitDeclarationOnly --allowJs index.js"
},
"repository": "https://github.com/node-fetch/fetch-blob.git",
"keywords": [
Expand Down