Added call to donate after npm install

This commit is contained in:
Xavier Damman 2017-05-09 09:21:36 -04:00
parent 4e97bd465d
commit a71ac29166

View File

@ -44,7 +44,8 @@
"build": "webpack", "build": "webpack",
"watch": "webpack --watch", "watch": "webpack --watch",
"precommit": "npm run lint", "precommit": "npm run lint",
"prepublish": "npm run build" "prepublish": "npm run build",
"postinstall": "opencollective postinstall"
}, },
"engines": { "engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10", "node": ">=4.3.0 <5.0.0 || >=5.10",
@ -74,6 +75,7 @@
"lru-cache": "^4.0.2", "lru-cache": "^4.0.2",
"memory-fs": "^0.4.1", "memory-fs": "^0.4.1",
"offline-plugin": "^4.7.0", "offline-plugin": "^4.7.0",
"opencollective": "^1.0.3",
"pify": "^2.3.0", "pify": "^2.3.0",
"post-compile-webpack-plugin": "^0.1.1", "post-compile-webpack-plugin": "^0.1.1",
"preload-webpack-plugin": "^1.2.2", "preload-webpack-plugin": "^1.2.2",
@ -118,5 +120,10 @@
"request": "^2.81.0", "request": "^2.81.0",
"request-promise-native": "^1.0.3", "request-promise-native": "^1.0.3",
"webpack-node-externals": "^1.5.4" "webpack-node-externals": "^1.5.4"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/nuxtjs",
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
} }
} }