Skip to content

Commit

Permalink
Add missing folders to npm and bower ignores #861
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Jul 27, 2015
1 parent f3bff4e commit f629c02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ bower.json
.jshintrc
support/
.jscsrc
mocha_test/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.4.1

- Removed unnecessary files from npm releases (#861)

# v1.4.0

- `asyncify` now supports promises (#840)
Expand Down
6 changes: 5 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
"node_modules",
"bower_components",
"test",
"tests"
"tests",
"support",
"deps",
"mocha_test",
"perf"
],
"authors": [
"Caolan McMahon"
Expand Down

0 comments on commit f629c02

Please sign in to comment.