Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Althaf committed Feb 14, 2018
1 parent befe5ac commit 343afff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions nuxt.config.js
@@ -1,4 +1,5 @@
const pkg = require('./package')
require('dotenv').config()

module.exports = {
mode: 'universal',
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,6 @@
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"heroku-postbuild": "npm run build",
"heroku-postbuild": "npm install --only=dev --no-shrinkwrap && npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 343afff

Please sign in to comment.