Skip to content

Commit

Permalink
Add npmjs.org friendly changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SukantGujar committed Mar 27, 2019
1 parent b580e18 commit f685315
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
coverage
.nyc_output
node_modules
.gitignore
.travis.yml
yarn.lock
.vscode
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"description": "A partial content handler implementation for any readable stream with Express. Based on this blog post: https://www.codeproject.com/Articles/813480/HTTP-Partial-Content-In-Node-js.",
"version": "1.0.1",
"main": "dist/index.js",
"repository": "ssh://[email protected]/SukantGujar/express-partial-content",
"author": "sukantgujar <[email protected]>",
"repository": "https://github.com/SukantGujar/express-partial-content",
"author": "Sukant Gujar <[email protected]>",
"homepage": "https://sukantgujar.github.io/express-partial-content/",
"license": "MIT",
"scripts": {
"clean": "rimraf ./dist",
Expand All @@ -17,10 +18,15 @@
"run:examples:file": "node ./dist/examples/express-file-server/index.js",
"run:examples:mongo": "node ./dist/examples/express-mongo-server/index.js"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/SukantGujar/express-partial-content/issues"
},
"keywords": [
"partial-content",
"206",
"stream"
"stream",
"typescript"
],
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down

0 comments on commit f685315

Please sign in to comment.