diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..a9ba028 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +.eslintrc.js diff --git a/package.json b/package.json index d7bfb59..d821862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-cache", - "version": "1.0.3", + "version": "1.0.4", "description": "node-fetch with a persistent cache.", "main": "index.js", "scripts": {