Skip to content

Commit

Permalink
Revert "Use v2.0"
Browse files Browse the repository at this point in the history
This reverts commit 869df1f.
  • Loading branch information
devanflaherty committed Sep 24, 2020
1 parent 9031185 commit cdc9a4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ module.exports = {
],
modules: [
'@nuxtjs/pwa',
'@nuxtjs/font-awesome',
'@nuxtjs/vercel-builder'
'@nuxtjs/font-awesome'
// ['@nuxtjs/google-analytics', { ua: 'UA-108368424-1' }]
],
plugins: [
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"heroku-postbuild": "npm run build"
},
"now": {
"alias": "milleniaoffices"
},
"dependencies": {
"@nuxtjs/font-awesome": "^1.0.3",
"@nuxtjs/pwa": "^2.0.4",
Expand Down Expand Up @@ -55,6 +58,6 @@
"nodemon": "^1.11.0"
},
"engines": {
"node": "8.9.4"
"node": "8.9.3"
}
}
13 changes: 0 additions & 13 deletions vercel.json

This file was deleted.

0 comments on commit cdc9a4a

Please sign in to comment.