mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
Add npmjs.org friendly changes.
This commit is contained in:
parent
b580e182b9
commit
f685315681
@ -1,7 +1,6 @@
|
|||||||
coverage
|
coverage
|
||||||
.nyc_output
|
.nyc_output
|
||||||
node_modules
|
node_modules
|
||||||
.gitignore
|
|
||||||
.travis.yml
|
.travis.yml
|
||||||
yarn.lock
|
yarn.lock
|
||||||
.vscode
|
.vscode
|
||||||
|
12
package.json
12
package.json
@ -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.",
|
"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",
|
"version": "1.0.1",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": "ssh://git@github.com-sukantgujar/SukantGujar/express-partial-content",
|
"repository": "https://github.com/SukantGujar/express-partial-content",
|
||||||
"author": "sukantgujar <sukantgujar@yahoo.com>",
|
"author": "Sukant Gujar <sukantgujar@yahoo.com>",
|
||||||
|
"homepage": "https://sukantgujar.github.io/express-partial-content/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./dist",
|
"clean": "rimraf ./dist",
|
||||||
@ -17,10 +18,15 @@
|
|||||||
"run:examples:file": "node ./dist/examples/express-file-server/index.js",
|
"run:examples:file": "node ./dist/examples/express-file-server/index.js",
|
||||||
"run:examples:mongo": "node ./dist/examples/express-mongo-server/index.js"
|
"run:examples:mongo": "node ./dist/examples/express-mongo-server/index.js"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"email": "sukantgujar@yahoo.com",
|
||||||
|
"url": "https://github.com/SukantGujar/express-partial-content/issues"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"partial-content",
|
"partial-content",
|
||||||
"206",
|
"206",
|
||||||
"stream"
|
"stream",
|
||||||
|
"typescript"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.1.7",
|
"@types/chai": "^4.1.7",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user