Removed all the opencollective stuff that was breaking building process for SPARKL

This commit is contained in:
euvl
2017-10-02 16:33:26 +01:00
parent 8ad49c7f65
commit c0781b6156
2 changed files with 7 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vue-js-modal",
"description": "Modal Component for Vue.js",
"version": "1.3.0",
"version": "1.3.1",
"author": "euvl <yev.vlasenko@gmail.com>",
"main": "dist/index.js",
"repository": {
@@ -70,13 +70,5 @@
},
"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"
}
}