Skip to content

Commit

Permalink
fix: Correct package.json "files"
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Sep 29, 2019
1 parent df8771d commit 8c9b3a9
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.nyc_output
.eslintcache
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=9.7.0"
},
"files": [
"./index.js"
"index.js"
],
"author": "Paul Serby <paul@serby.net>",
"license": "ISC",
Expand Down
Loading

0 comments on commit 8c9b3a9

Please sign in to comment.