Added call to donate after npm install (optional)

This commit is contained in:
Jess 2019-07-15 06:05:39 -07:00
parent 6fcbd07229
commit bf56dddf3a

View File

@ -4,7 +4,8 @@
"description": "a different mailto", "description": "a different mailto",
"scripts": { "scripts": {
"build": "gulp && webpack", "build": "gulp && webpack",
"test": "jest" "test": "jest",
"postinstall": "opencollective-postinstall || true"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -41,6 +42,12 @@
"webpack": "^4.35.2", "webpack": "^4.35.2",
"webpack-cli": "^3.3.5" "webpack-cli": "^3.3.5"
}, },
"dependencies": {}, "dependencies": {
"browserslist": "cover 99.5%" "opencollective-postinstall": "^2.0.2"
},
"browserslist": "cover 99.5%",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/mailgo"
}
} }