chore: add funding to package.json (#131)
This commit is contained in:
committed by
GitHub
parent
988bc1109c
commit
b3cf4a76ce
+5
-1
@@ -5,6 +5,10 @@
|
||||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"license": "MIT",
|
||||
"repository": "expressjs/serve-index",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/express"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "~1.3.7",
|
||||
"batch": "0.6.1",
|
||||
@@ -37,4 +41,4 @@
|
||||
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user