File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 18
18
"release" : " standard-version --no-verify" ,
19
19
"test" : " mocha" ,
20
20
"test:coverage" : " nyc npm test" ,
21
- "test:coverage:report" : " nyc report --reporter=html"
21
+ "test:coverage:report" : " nyc report --reporter=html" ,
22
+ "postinstall" : " opencollective-postinstall || true"
22
23
},
23
24
"repository" : {
24
25
"type" : " git" ,
37
38
"dependencies" : {
38
39
"@types/domhandler" : " 2.4.1" ,
39
40
"html-dom-parser" : " 0.2.2" ,
41
+ "opencollective-postinstall" : " 2.0.2" ,
40
42
"react-property" : " 1.0.1" ,
41
43
"style-to-object" : " 0.2.3"
42
44
},
72
74
" /lib" ,
73
75
" index.d.ts"
74
76
],
75
- "license" : " MIT"
76
- }
77
+ "license" : " MIT" ,
78
+ "collective" : {
79
+ "type" : " opencollective" ,
80
+ "url" : " https://opencollective.com/html-react-parser"
81
+ }
82
+ }
You can’t perform that action at this time.
0 commit comments