File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 8
8
"test" : " standard && nyc node test.js && verify-travis-appveyor" ,
9
9
"test-browser-local" : " airtap --local test-browser.js" ,
10
10
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
11
- "postinstall" : " opencollective-postinstall || exit 0" ,
12
11
"hallmark" : " hallmark --fix" ,
13
12
"dependency-check" : " dependency-check . browser.js test*.js" ,
14
13
"prepublishOnly" : " npm run dependency-check"
17
16
"dependencies" : {
18
17
"level-js" : " ^5.0.0" ,
19
18
"level-packager" : " ^5.1.0" ,
20
- "leveldown" : " ^5.4.0" ,
21
- "opencollective-postinstall" : " ^2.0.0"
19
+ "leveldown" : " ^5.4.0"
22
20
},
23
21
"devDependencies" : {
24
22
"airtap" : " ^3.0.0" ,
33
31
"uuid" : " ^3.3.2" ,
34
32
"verify-travis-appveyor" : " ^3.0.0"
35
33
},
36
- "collective " : {
34
+ "funding " : {
37
35
"type" : " opencollective" ,
38
- "url" : " https://opencollective.com/level" ,
39
- "logo" : " https://opencollective.com/level/logo.txt"
36
+ "url" : " https://opencollective.com/level"
40
37
},
41
38
"hallmark" : {
42
39
"community" : " level-community"
You can’t perform that action at this time.
0 commit comments