Skip to content

Commit

Permalink
chore(npmignore): Added npm ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 9, 2016
1 parent 88e11a6 commit b914e13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
examples
tests
typings
src
rollup.config.js
run_tests.sh
tsconfig.json
tslint.json
typings.d.ts
generate-docs.sh
.travis.yml
.bithoundrc
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-rxjs",
"version": "0.4.3",
"version": "0.4.4",
"description": "Use Meteor API in RxJS style",
"keywords": [
"rxjs",
Expand Down Expand Up @@ -51,7 +51,7 @@
"rollup": "0.36.3",
"rxjs": "^5.0.0-beta.12",
"tslint": "3.15.1",
"typescript": "2.0.6",
"typescript": "2.0.7",
"validate-commit-msg": "2.8.2",
"zone.js": "^0.6.22"
}
Expand Down

0 comments on commit b914e13

Please sign in to comment.