Skip to content

Commit

Permalink
issue #37 - lib directory missing in NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Nov 1, 2015
1 parent e8f4934 commit 2d0a1bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.testlog
examples/config-custom.*
.DS_Store
test/fixtures/rss-sample.zip
/node_modules/
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "ez-streams",
"description": "EZ streams for node.js",
"version": "1.0.3",
"version": "1.2.0",
"license": "MIT",
"author": "Bruno Jouhier",
"author": {
"name": "Bruno Jouhier"
},
"repository": {
"type": "git",
"url": "git://github.com/Sage/ez-streams.git"
Expand All @@ -21,5 +23,10 @@
"scripts": {
"prepublish": "node build.js || nodejs build.js"
},
"main": "index.js"
}
"main": "index.js",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Sage/ez-streams/issues"
},
"homepage": "https://github.com/Sage/ez-streams#readme"
}

0 comments on commit 2d0a1bb

Please sign in to comment.