Comparing version 2.2.13 to 2.2.14
{ | ||
"name": "vue-ls", | ||
"version": "2.2.13", | ||
"version": "2.2.14", | ||
"description": "Vue plugin for work with LocalStorage from Vue context", | ||
@@ -63,3 +63,3 @@ "main": "dist/vue-ls.js", | ||
"babel-core": "^6.24.0", | ||
"babel-loader": "^6.4.1", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -71,3 +71,3 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", | ||
"babel-register": "^6.23.0", | ||
"browserstack-automate": "github:RobinCK/browserstack-integration-nodejs#master", | ||
"browserstack-automate": "https://github.com/browserstack/browserstack-integration-nodejs.git#master", | ||
"chromedriver": "^2.28.0", | ||
@@ -74,0 +74,0 @@ "connect": "^3.6.0", |
@@ -82,3 +82,3 @@ <div align="center"> | ||
let callback = (val, oldVal, uri) => { | ||
console.log('localStorage chnage', val); | ||
console.log('localStorage change', val); | ||
} | ||
@@ -85,0 +85,0 @@ |
28784