Skip to content

Commit

Permalink
fix: add express as a dependency (#192)
Browse files Browse the repository at this point in the history
Adding Express as a local dependency to avoid needing it installed globally.
  • Loading branch information
ultraJeff authored Feb 26, 2021
1 parent 4085b1c commit a075cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"@nuxt/http": "latest",
"express": "latest",
"nuxt": "latest"
},
"devDependencies": {
Expand Down

0 comments on commit a075cd2

Please sign in to comment.