Skip to content

Commit c08434d

Browse files
Merge pull request #390 from ChristianMurphy/build/use-npm-fund
build: use npm fund attribute
2 parents 248bffd + 57044b5 commit c08434d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"build": "npm run $ build",
1313
"bundle": "npm run $ bundle",
1414
"coveralls": "cat ./coverage/lcov.info | coveralls",
15-
"postinstall": "lightercollective",
1615
"test": "npm run $ test"
1716
},
1817
"$": {
@@ -155,12 +154,14 @@
155154
"domdiff": "^2.2.1",
156155
"domtagger": "^0.6.1",
157156
"hyperhtml-style": "^0.1.2",
158-
"hyperhtml-wire": "^2.1.0",
159-
"lightercollective": "^0.3.0"
157+
"hyperhtml-wire": "^2.1.0"
160158
},
161159
"collective": {
162160
"type": "opencollective",
163-
"url": "https://opencollective.com/hyperhtml",
164-
"logo": "logo.txt"
161+
"url": "https://opencollective.com/hyperhtml"
162+
},
163+
"funding": {
164+
"type": "opencollective",
165+
"url": "https://opencollective.com/hyperhtml"
165166
}
166167
}

0 commit comments

Comments
 (0)