Navigation Menu

Skip to content

Commit

Permalink
Added call to donate after npm install (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
asood123 committed Oct 12, 2017
1 parent 5aebf2d commit b9aec42
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Expand Up @@ -4,7 +4,8 @@
"description": "Own your own url shortener as a service.",
"main": "index.js",
"scripts": {
"start": "node server.js"
"start": "node server.js",
"postinstall": "opencollective postinstall"
},
"engines": {
"node": "7.x"
Expand Down Expand Up @@ -39,12 +40,18 @@
"express": "^4.15.3",
"got": "^7.0.0",
"mongoose": "^4.10.4",
"opencollective": "^1.0.3",
"punycode": "^2.1.0",
"request": "^2.81.0",
"shortid": "^2.2.8",
"socket.io": "^2.0.2",
"subdomain": "^1.2.0",
"ua-parser-js": "^0.7.12",
"valid-url": "^1.0.9"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/url-shortener",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}
}

0 comments on commit b9aec42

Please sign in to comment.