Skip to content

Commit

Permalink
Updated to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerBa committed Aug 23, 2017
1 parent d902a9e commit 915e960
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ This mixin adds reactive data and method to your components:
# Usage
It's available as npm package now and has a module defintion file for webpack

npm install vue-interval
import vueinterval from './VueInterval.common'
npm install vue-interval -s
import vueinterval from 'vue-interval/dist/VueInterval.common'


To make the mixin globally available for every instance or component just add the script in the head tag (or somewhere in the body)

Expand Down
2 changes: 1 addition & 1 deletion dist/VueInterval.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Vue-Interval 0.1.4
* Vue-Interval 0.2.0
* @Url: https://github.com/reinerBa/Vue-Interval
* @License: MIT, Reiner Bamberger
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/VueInterval.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Vue-Interval 0.1.4
* Vue-Interval 0.2.0
* @Url: https://github.com/reinerBa/Vue-Interval
* @License: MIT, Reiner Bamberger
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/VueInterval.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-interval",
"version": "0.1.4",
"version": "0.2.0",
"description": "A vue mixin to use methods as intervals, show times and values in intervals and dynamic interval management",
"main": "VueInterval.js",
"scripts": {
Expand Down

0 comments on commit 915e960

Please sign in to comment.