Skip to content

Commit

Permalink
Don't release tests to npm either (missed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Aug 29, 2019
1 parent 8f2ee5c commit 18a9697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"access": "public"
},
"files": [
"/src"
"/src/index.js",
"/src/lib/collectFunctionEnvVariables.js",
"/src/lib/collectOfflineEnvVariables.js",
"/src/lib/transformEnvVarsToString.js"
],
"scripts": {
"lint": "esw src/ --fix --watch",
Expand Down Expand Up @@ -55,4 +58,4 @@
"markdown-toc": "1.2.0",
"version-bump-prompt": "4.2.2"
}
}
}
File renamed without changes.

0 comments on commit 18a9697

Please sign in to comment.