From 0602529e615bfb92fc51c183346baba75a20a8fa Mon Sep 17 00:00:00 2001
From: Yev Vlasenko
Date: Tue, 19 Sep 2017 15:23:53 +0100
Subject: [PATCH 1/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6647ebd..1de5884 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
##### Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with SSR support. http://vue-js-modal.yev.io/
-[Changelog on Medium](https://medium.com/@yev_dev/vue-js-modal-changelog-61f934691b67)
+[Changelog on Medium](https://medium.com/@yev_dev/vue-js-modal-changelog-61f934691b67 "Medium")
From 341d94b06ce717511eabb50e94fb6ef53e9ed598 Mon Sep 17 00:00:00 2001
From: Aseem Sood
Date: Tue, 19 Sep 2017 12:16:45 -0400
Subject: [PATCH 2/5] Added .github/ISSUE_TEMPLATE.md (optional)
---
.github/ISSUE_TEMPLATE.md | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE.md
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000..1fa2061
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,2 @@
+
\ No newline at end of file
From d4937de50a81250540b9705290cbdc3d015bd943 Mon Sep 17 00:00:00 2001
From: Aseem Sood
Date: Tue, 19 Sep 2017 12:17:25 -0400
Subject: [PATCH 3/5] Added backers and sponsors on the README
---
README.md | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1de5884..64394a9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Vue.js modal
-[](https://badge.fury.io/js/vue-js-modal)
+[](#backers) [](#sponsors) [](https://badge.fury.io/js/vue-js-modal)
[](https://www.npmjs.com/package/vue-js-modal)
##### Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with SSR support. http://vue-js-modal.yev.io/
@@ -328,3 +328,33 @@ cd demo/client_side_rendering
npm install
npm run dev
```
+
+## Contributors
+
+This project exists thanks to all the people who contribute.
+
+
+
+## Backers
+
+Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/vue-js-modal#backer)]
+
+
+
+
+## Sponsors
+
+Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vue-js-modal#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
From a054d5ecce3db11b65530b6c740d5b83afceec1e Mon Sep 17 00:00:00 2001
From: Aseem Sood
Date: Tue, 19 Sep 2017 12:17:25 -0400
Subject: [PATCH 4/5] Added call to donate after npm install (optional)
---
package.json | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 031cffc..0407550 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,8 @@
"build:server": "webpack --config ./build/webpack.server.config.js --progress --hide-modules",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
- "build": "npm run lint && npm run unit && npm run build:client && npm run build:server"
+ "build": "npm run lint && npm run unit && npm run build:client && npm run build:server",
+ "postinstall": "opencollective postinstall"
},
"license": "MIT",
"devDependencies": {
@@ -70,5 +71,13 @@
},
"peerDependencies": {
"vue": "^2.2.6"
+ },
+ "dependencies": {
+ "opencollective": "^1.0.3"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/vue-js-modal",
+ "logo": "https://opencollective.com/opencollective/logo.txt"
}
-}
+}
\ No newline at end of file
From 6a1581b9b32808a50027f53473019c61234b6b75 Mon Sep 17 00:00:00 2001
From: Yev Vlasenko
Date: Wed, 20 Sep 2017 14:30:55 +0100
Subject: [PATCH 5/5] Update README.md
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 64394a9..11e5ea8 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,10 @@
# Vue.js modal
-[](#backers) [](#sponsors) [](https://badge.fury.io/js/vue-js-modal)
+[](https://badge.fury.io/js/vue-js-modal)
[](https://www.npmjs.com/package/vue-js-modal)
+[](#backers)
+[](#sponsors)
##### Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with SSR support. http://vue-js-modal.yev.io/