phonegap-template-vue-f7-split-panel
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "phonegap-template-vue-f7-split-panel", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,4 +22,3 @@ { | ||
"framework7-vue": "^0.8.5", | ||
"vue": "^2.1.0", | ||
"whatwg-fetch": "^2.0.2" | ||
"vue": "^2.1.0" | ||
}, | ||
@@ -46,3 +45,3 @@ "devDependencies": { | ||
"eslint-config-semistandard": "^8.0.0", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-config-standard": "^7.1.0", | ||
"eslint-friendly-formatter": "^2.0.5", | ||
@@ -49,0 +48,0 @@ "eslint-import-resolver-webpack": "^0.8.1", |
/* global window document f7 */ | ||
import 'whatwg-fetch'; | ||
import 'babel-polyfill'; | ||
@@ -5,0 +4,0 @@ |
12165694
960