Skip to content

Commit

Permalink
npmignore isn't as smart as gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillians committed Dec 29, 2019
1 parent 7289d68 commit 4f8af60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*
!dist/
!dist/*
!LICENSE
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-rescue",
"version": "1.1.25",
"version": "1.1.26",
"description": "A wrapper for async functions which makes sure all async errors are passed to your errors handler",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 4f8af60

Please sign in to comment.