Skip to content

Commit

Permalink
build(package): remove opencollective-postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Sep 19, 2019
1 parent d332907 commit 6e0b870
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"release": "standard-version --no-verify",
"test": "mocha",
"test:coverage": "nyc npm test",
"test:coverage:report": "nyc report --reporter=html",
"postinstall": "opencollective-postinstall || true"
"test:coverage:report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
Expand All @@ -38,7 +37,6 @@
"dependencies": {
"@types/domhandler": "2.4.1",
"html-dom-parser": "0.2.2",
"opencollective-postinstall": "2.0.2",
"react-property": "1.0.1",
"style-to-object": "0.2.3"
},
Expand Down Expand Up @@ -74,9 +72,9 @@
"/lib",
"index.d.ts"
],
"license": "MIT",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/html-react-parser"
}
}
},
"license": "MIT"
}

0 comments on commit 6e0b870

Please sign in to comment.