diff --git a/README.md b/README.md index 45918d0147..8519f8dc59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@

+ Build Status Windows Build Status  Coverage Status @@ -169,8 +170,74 @@ Note: we recommend putting `.nuxt` in `.npmignore` or `.gitignore`. https://github.com/nuxt/nuxt.js/projects/1 -## Donate +## Backers -Feel free to make a donation to support us. +Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/nuxtjs#backer)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## Sponsors + +Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/nuxtjs#sponsor)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -Support us diff --git a/package.json b/package.json index a1276b865f..1320758da4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,8 @@ "build": "webpack", "watch": "webpack --watch", "precommit": "npm run lint", - "prepublish": "npm run build" + "prepublish": "npm run build", + "postinstall": "opencollective postinstall" }, "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10", @@ -74,6 +75,7 @@ "lru-cache": "^4.0.2", "memory-fs": "^0.4.1", "offline-plugin": "^4.7.0", + "opencollective": "^1.0.3", "pify": "^2.3.0", "post-compile-webpack-plugin": "^0.1.1", "preload-webpack-plugin": "^1.2.2", @@ -118,5 +120,10 @@ "request": "^2.81.0", "request-promise-native": "^1.0.3", "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" } -} +} \ No newline at end of file