phonegap-template-vue-f7-blank
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "phonegap-template-vue-f7-blank", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A blank PhoneGap template using Vue.js and Framework7", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,3 @@ /* eslint-disable import/no-extraneous-dependencies, no-var, vars-on-top */ | ||
filename: 'index.html', | ||
template: 'index.html', | ||
template: 'src/index.html', | ||
inject: true, | ||
@@ -36,0 +36,0 @@ }), |
@@ -47,3 +47,3 @@ /* eslint-disable import/no-extraneous-dependencies, global-require, no-var, vars-on-top */ | ||
: config.build.index, | ||
template: 'index.html', | ||
template: 'src/index.html', | ||
inject: true, | ||
@@ -50,0 +50,0 @@ minify: { |
@@ -23,4 +23,3 @@ { | ||
"framework7-vue": "^0.8.5", | ||
"vue": "^2.1.0", | ||
"whatwg-fetch": "^2.0.2" | ||
"vue": "^2.1.0" | ||
}, | ||
@@ -27,0 +26,0 @@ "devDependencies": { |
/* global window document f7 */ | ||
import 'whatwg-fetch'; | ||
import 'babel-polyfill'; | ||
@@ -5,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
12157111
864