Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updated npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Nov 12, 2015
1 parent 99a3917 commit 76667e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.git*
coverage/
docs/
examples/
support/
test/
.DS_Store
.travis.yml
*.iml
*.ipr
*.iws
.idea
.idea
config/runtime.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "receipts-model",
"version": "0.5.8",
"version": "0.5.9",
"description": "Receipts model.",
"main": "./index.js",
"dependencies": {
Expand Down Expand Up @@ -40,6 +40,6 @@
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"_id": "receipts-model@0.5.8",
"_from": "receipts-model@^0.5.8"
"_id": "receipts-model@0.5.9",
"_from": "receipts-model@^0.5.9"
}

0 comments on commit 76667e3

Please sign in to comment.