Skip to content

Commit 85e516a

Browse files
authored
chore: Switch from opencollective-postinstall to npm funding (#173)
1 parent 5140536 commit 85e516a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"test": "standard && nyc node test.js && verify-travis-appveyor",
99
"test-browser-local": "airtap --local test-browser.js",
1010
"coverage": "nyc report --reporter=text-lcov | coveralls",
11-
"postinstall": "opencollective-postinstall || exit 0",
1211
"hallmark": "hallmark --fix",
1312
"dependency-check": "dependency-check . browser.js test*.js",
1413
"prepublishOnly": "npm run dependency-check"
@@ -17,8 +16,7 @@
1716
"dependencies": {
1817
"level-js": "^5.0.0",
1918
"level-packager": "^5.1.0",
20-
"leveldown": "^5.4.0",
21-
"opencollective-postinstall": "^2.0.0"
19+
"leveldown": "^5.4.0"
2220
},
2321
"devDependencies": {
2422
"airtap": "^3.0.0",
@@ -33,10 +31,9 @@
3331
"uuid": "^3.3.2",
3432
"verify-travis-appveyor": "^3.0.0"
3533
},
36-
"collective": {
34+
"funding": {
3735
"type": "opencollective",
38-
"url": "https://opencollective.com/level",
39-
"logo": "https://opencollective.com/level/logo.txt"
36+
"url": "https://opencollective.com/level"
4037
},
4138
"hallmark": {
4239
"community": "level-community"

0 commit comments

Comments
 (0)