From 922a0b59ac5dbc86361f2892c7852183f8eea669 Mon Sep 17 00:00:00 2001 From: Abner Chou Date: Wed, 12 Apr 2017 09:41:35 -0400 Subject: [PATCH] Revert "Activating Open Collective (#2494)" This reverts commit 657593c3244b758341e58f0da5004cd1a16062b2. --- README.md | 76 ---------------------------------------------------- package.json | 11 ++------ 2 files changed, 2 insertions(+), 85 deletions(-) diff --git a/README.md b/README.md index 6cdf1172df..760f357487 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Hexo -[![Backers on Open Collective](https://opencollective.com/hexo/backers/badge.svg)](#backers) -[![Sponsors on Open Collective](https://opencollective.com/hexo/sponsors/badge.svg)](#sponsors) [![Build Status](https://travis-ci.org/hexojs/hexo.svg?branch=master)](https://travis-ci.org/hexojs/hexo) [![NPM version](https://badge.fury.io/js/hexo.svg)](http://badge.fury.io/js/hexo) [![Coverage Status](https://coveralls.io/repos/hexojs/hexo/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo?branch=master) [![Build status](https://ci.appveyor.com/api/projects/status/hpx3lduqjj2t6uqq/branch/master?svg=true)](https://ci.appveyor.com/project/tommy351/hexo/branch/master) [![Gitter](https://badges.gitter.im/hexojs/hexo.svg)](https://gitter.im/hexojs/hexo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) A fast, simple & powerful blog framework, powered by [Node.js](http://nodejs.org). @@ -46,79 +44,6 @@ $ hexo new "Hello Hexo" $ hexo generate ``` - -## Backers - -Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/hexo#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/hexo#sponsor)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## More Information - Read the [documentation](https://hexo.io/) @@ -130,4 +55,3 @@ Become a sponsor and get your logo on our README on Github with a link to your s ## License MIT - diff --git a/package.json b/package.json index 345e46e296..acb6eaad0b 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "eslint": "eslint .", "jscs": "jscs .", "test": "mocha test/index.js", - "test-cov": "istanbul cover --print both _mocha -- test/index.js", - "postinstall": "./node_modules/.bin/opencollective-postinstall || exit 0" + "test-cov": "istanbul cover --print both _mocha -- test/index.js" }, "directories": { "lib": "./lib", @@ -57,23 +56,17 @@ "warehouse": "^2.2.0" }, "devDependencies": { - "babel-eslint": "^7.2.1", "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "eslint": "^2.12.0", "eslint-config-hexo": "^1.0.4", + "babel-eslint": "^7.2.1", "hexo-renderer-marked": "^0.2.10", "istanbul": "^0.4.3", "jscs": "^3.0.4", "jscs-preset-hexo": "^1.0.1", "mocha": "^2.5.3", - "opencollective-postinstall": "^1.0.15", "rewire": "^2.5.1", "sinon": "^1.17.4" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/hexo", - "logo": "https://opencollective.com/hexo/logo.txt?variant=bits&reverse=true" } }