diff --git a/README.md b/README.md index 78e0e7d..47a1d00 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@

- + # Vue.js modal [![npm version](https://badge.fury.io/js/vue-js-modal.svg)](https://badge.fury.io/js/vue-js-modal) [![npm](https://img.shields.io/npm/dm/vue-js-modal.svg)](https://www.npmjs.com/package/vue-js-modal) -[![Backers on Open Collective](https://opencollective.com/vue-js-modal/backers/badge.svg)](#backers) -[![Sponsors on Open Collective](https://opencollective.com/vue-js-modal/sponsors/badge.svg)](#sponsors) ##### Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with SSR support. http://vue-js-modal.yev.io/ @@ -36,13 +34,13 @@ Vue.use(VModal) /* By default plugin will use "modal" name for the component. -If you need to change it, you can do so by providing "componentName" param. +If you need to change it, you can do so by providing "componentName" param. Example: Vue.use(VModal, { componentName: "foo-modal" }) ... - + */ ``` @@ -219,13 +217,13 @@ And then forbits closing it for the next 5000 ms #### Height: "auto" -From `v1.2.6` height can be set to "auto". If you want to be able to scroll modal in case it's height exceeds window height - you can set flag `scrollable="true"`. +From `v1.2.6` height can be set to "auto". If you want to be able to scroll modal in case it's height exceeds window height - you can set flag `scrollable="true"`. p.s. `scrollable` will only work with `height="auto"`. p.s.s. height `auto` is **NOT** responsible for correct positioning of the modal. You will have to use `pivot-y` to position it correctly. -Example: +Example: ```vue ... @@ -285,7 +283,7 @@ Example: If you want to change overflow background color, you can easily do it using css. -For all modals: +For all modals: ```css .v--modal-overlay { @@ -332,33 +330,3 @@ 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)] - - - - - - - - - - - - - diff --git a/package.json b/package.json index f8f2d66..ba7a0ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-js-modal", "description": "Modal Component for Vue.js", - "version": "1.3.0", + "version": "1.3.1", "author": "euvl ", "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" } }