Comparing version 1.2.2 to 1.2.5
@@ -33,6 +33,6 @@ var gulp = require('gulp'); | ||
gulp.task('watch', function () { | ||
gulp.task('watch', gulp.series('js', function () { | ||
gulp.watch('./src/*.js', gulp.parallel('js')); | ||
}); | ||
})); | ||
gulp.task('default', gulp.parallel('js')); |
{ | ||
"name": "vue-ls", | ||
"version": "1.2.2", | ||
"version": "1.2.5", | ||
"description": "Vue plugin for work with LocalStorage from Vue context", | ||
"main": "dist/vue-ls.js", | ||
"jsnext:main": "src/index.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "node_modules/.bin/gulp", |
@@ -21,12 +21,25 @@ # vue-ls | ||
## Example | ||
[JSFiddle](https://jsfiddle.net/Robin_ck/Lvb2ah5p/) | ||
## Install | ||
Using `npm` | ||
#### CDN | ||
Recommended: https://unpkg.com/vue-ls, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at https://unpkg.com/vue-ls/ | ||
#### NPM | ||
``` bash | ||
npm install vue-ls --save | ||
``` | ||
Using `yarn` | ||
#### Yarn | ||
``` bash | ||
yarn install vue-ls | ||
``` | ||
Using `bower` | ||
#### Bower | ||
``` bash | ||
@@ -36,3 +49,3 @@ bower install vue-ls --save | ||
### Development Setup | ||
## Development Setup | ||
@@ -39,0 +52,0 @@ ``` bash |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169564
146
14
418