Skip to content

Commit

Permalink
fix(package): development files added to .npmignore
Browse files Browse the repository at this point in the history
fixes #737
  • Loading branch information
valorkin committed Sep 26, 2016
1 parent 13fac37 commit 887c6b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ karma.conf.js
test.bundle.js
coverage

#dev stuff
.config
.editorconfig
.eslintrc.json
.ng2-config.js
.npmignore
.travis.yml
gulpfile.js
protractor.conf.js
spec-bundle.js
tsconfig.json
tsconfig.publish.json
tslint.json
typedoc.js

# demo build
doc
demo
Expand Down

0 comments on commit 887c6b2

Please sign in to comment.