Skip to content

Commit

Permalink
fix(package): development files added to .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin authored and jtomaszewski committed Oct 22, 2016
1 parent 7853806 commit 45f27f0
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 45f27f0

Please sign in to comment.