Skip to content

Commit

Permalink
Merge pull request #209 from kethinov/filewhitelist
Browse files Browse the repository at this point in the history
Use `files` instead of `.npmignore`
  • Loading branch information
alallier committed Oct 6, 2019
2 parents ae38b01 + 890b30a commit 3018ca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "reload",
"version": "3.0.1",
"files": [
"bin",
"lib",
"index.js"
],
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3018ca0

Please sign in to comment.