add npmignore

This commit is contained in:
Randall Schmidt 2020-04-17 17:11:19 -04:00
parent bff8a5c175
commit 4bba89691e
2 changed files with 2 additions and 1 deletions

1
.npmignore Normal file

@ -0,0 +1 @@
.eslintrc.js

@ -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": {