Skip to content

Commit 2ef90e7

Browse files
➕Dependency: Express js was missing from the dependecy list
1 parent 5364016 commit 2ef90e7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
"test": "jest"
1414
},
1515
"dependencies": {
16-
"nuxt": "^2.0.0",
17-
"bootstrap-vue": "^2.0.0",
18-
"bootstrap": "^4.1.3",
1916
"@nuxtjs/axios": "^5.3.6",
17+
"@nuxtjs/dotenv": "^1.4.0",
2018
"@nuxtjs/pwa": "^3.0.0-0",
21-
"@nuxtjs/dotenv": "^1.4.0"
19+
"bootstrap": "^4.1.3",
20+
"bootstrap-vue": "^2.0.0",
21+
"express": "^4.17.1",
22+
"nuxt": "^2.0.0"
2223
},
2324
"devDependencies": {
2425
"@nuxtjs/eslint-config": "^2.0.0",

0 commit comments

Comments
 (0)