Skip to content

Commit 3efec48

Browse files
committed
fixed dist folder that wasn't included in the pack.
1 parent 47df2c1 commit 3efec48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
"rollup-plugin-node-resolve": "3.0.0",
4242
"rollup-plugin-uglify": "2.0.1"
4343
},
44+
"files": [
45+
"dist",
46+
"polyfill",
47+
"fetch-node.js",
48+
"fetch-node-polyfill.js",
49+
"fetch-browser-polyfill.js"
50+
],
4451
"keywords": [
4552
"fetch",
4653
"isomorphic",

0 commit comments

Comments
 (0)