Comparing version 3.0.3 to 3.0.5
@@ -11,2 +11,4 @@ (function (global, factory) { | ||
/* eslint class-methods-use-this: off */ | ||
var ls = {}; | ||
@@ -13,0 +15,0 @@ |
{ | ||
"name": "vue-ls", | ||
"version": "3.0.3", | ||
"version": "3.0.5", | ||
"description": "Vue plugin for work with LocalStorage from Vue context", | ||
@@ -65,2 +65,5 @@ "main": "dist/vue-ls.js", | ||
}, | ||
"engines": { | ||
"node": ">=6.11.5" | ||
}, | ||
"homepage": "https://github.com/RobinCK/vue-ls#readme", | ||
@@ -81,7 +84,7 @@ "license": "MIT", | ||
"connect": "^3.6.0", | ||
"coveralls": "^2.11.16", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.7.0", | ||
"eslint-config-airbnb-base": "^12.0.0", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^5.1.1", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.5.0", | ||
@@ -93,15 +96,15 @@ "eslint-plugin-standard": "^3.0.1", | ||
"gulp-util": "^3.0.8", | ||
"jasmine": "^2.5.3", | ||
"jasmine-core": "^2.5.2", | ||
"karma": "^1.5.0", | ||
"jasmine": "^3.1.0", | ||
"jasmine-core": "^3.1.0", | ||
"karma": "^2.0.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-sauce-launcher": "^1.1.0", | ||
"karma-webpack": "^2.0.3", | ||
"karma-webpack": "^3.0.0", | ||
"mock-browser": "^0.92.12", | ||
"nightwatch": "^0.9.14", | ||
"nightwatch": "^1.0.1", | ||
"nyc": "^11.0.3", | ||
"phantomjs": "^2.1.7", | ||
"remove": "^0.1.5", | ||
"rollup": "^0.50.0", | ||
"rollup": "^0.58.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
@@ -113,3 +116,3 @@ "rollup-plugin-local-resolve": "^1.0.7", | ||
"vue": "^2.2.4", | ||
"webpack": "^3.3.0" | ||
"webpack": "^4.5.0" | ||
}, | ||
@@ -116,0 +119,0 @@ "semistandard": { |
@@ -37,2 +37,4 @@ <p align="center"> | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/RobinCK/vue-ls.svg)](https://greenkeeper.io/) | ||
Vue plugin for work with local storage, session storage and memory storage from Vue context | ||
@@ -39,0 +41,0 @@ |
@@ -0,1 +1,3 @@ | ||
/* eslint class-methods-use-this: off */ | ||
let ls = {}; | ||
@@ -2,0 +4,0 @@ |
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
38894
745
195