Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Ignore cache-loader directory when publishing
Browse files Browse the repository at this point in the history
Currently `.cache-loader` is being published, with some local data from tests: https://unpkg.com/happypack@4.0.0/.cache-loader/
  • Loading branch information
filipesilva authored and amireh committed Jan 22, 2018
1 parent f153db5 commit e615555
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions lib/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/__tests__
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,12 @@
"exclude": [
"lib/**/*.test.js"
]
}
},
"files": [
"lib",
"CHANGELOG.md",
"LICENSE",
"loader.js",
"README.md"
]
}

0 comments on commit e615555

Please sign in to comment.