Skip to content

Commit

Permalink
Add .flow files to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 7, 2018
1 parent d301384 commit afffe57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,9 @@
"files": [
"LICENSE",
"dist/fetch.umd.js",
"fetch.js"
"dist/fetch.umd.js.flow",
"fetch.js",
"fetch.js.flow"
],
"scripts": {
"karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",

0 comments on commit afffe57

Please sign in to comment.