Skip to content

Commit 6e0b870

Browse files
build(package): remove opencollective-postinstall
1 parent d332907 commit 6e0b870

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"release": "standard-version --no-verify",
1919
"test": "mocha",
2020
"test:coverage": "nyc npm test",
21-
"test:coverage:report": "nyc report --reporter=html",
22-
"postinstall": "opencollective-postinstall || true"
21+
"test:coverage:report": "nyc report --reporter=html"
2322
},
2423
"repository": {
2524
"type": "git",
@@ -38,7 +37,6 @@
3837
"dependencies": {
3938
"@types/domhandler": "2.4.1",
4039
"html-dom-parser": "0.2.2",
41-
"opencollective-postinstall": "2.0.2",
4240
"react-property": "1.0.1",
4341
"style-to-object": "0.2.3"
4442
},
@@ -74,9 +72,9 @@
7472
"/lib",
7573
"index.d.ts"
7674
],
77-
"license": "MIT",
7875
"collective": {
7976
"type": "opencollective",
8077
"url": "https://opencollective.com/html-react-parser"
81-
}
82-
}
78+
},
79+
"license": "MIT"
80+
}

0 commit comments

Comments
 (0)