Skip to content

Commit

Permalink
Updated npmignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Voronov committed Jul 7, 2016
1 parent be8709c commit 3211521
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ node_modules
test

doc
dist
html-report

.babelrc
.editorconfig
.eslintrc.json
.gitignore
.travis.yml
esdoc.json
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog


## 0.5.5
### Changed
* Updated 'npmignore' rules in order to ignore build related files.

## 0.5.4
### Fixed
* Fixed build for IE
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "namespaces-js",
"version": "0.5.4",
"version": "0.5.5",
"description": "Angular-flavored DI container.",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 3211521

Please sign in to comment.