Skip to content

Commit

Permalink
disabled service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Valstar committed Mar 2, 2018
1 parent ee3022b commit ceca562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ProjectInvoice",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion public/static/invoice.appcache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST

# v2.1.0
# v2.1.1

#files_start
css/app.79ef9d59.css
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<footer><small class="small">v2.1.0</small></footer>
<footer><small class="small">v2.1.1</small></footer>
</template>

<script>
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Vue from 'vue'
import App from './App.vue'
import router from './router'
import './directives/explain'
import './registerServiceWorker'
// import './registerServiceWorker'

Vue.config.productionTip = false

Expand Down

0 comments on commit ceca562

Please sign in to comment.