Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
remove no-longer needed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hem committed Jan 13, 2018
1 parent 0c748cc commit dd98cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"**/.DS_Store": true,
".nyc_output": true,
".vscode": true,
"node_modules": false,
"node_modules": true,
"server/build": true
},
"git.autofetch": true,
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"mysql": "^2.15.0",
"nestjs-extensions": "^0.7.1",
"nuxt": "^1.1.0",
"nuxt-class-component": "^1.1.3",
"nuxtjs-extensions": "^1.0.2",
"redis": "^2.8.0",
"reflect-metadata": "^0.1.10",
Expand All @@ -47,10 +46,7 @@
"typeorm": "^0.1.9",
"uuid": "^3.1.0",
"vee-validate": "^2.0.2",
"vue-class-component": "^6.1.2",
"vue-property-decorator": "^6.0.0",
"vuetify": "^1.0.0-beta.4",
"vuex-class": "^0.3.0"
"vuetify": "^1.0.0-beta.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.1",
Expand Down Expand Up @@ -90,7 +86,6 @@
"nyc": "^11.4.1",
"sinon": "^4.1.3",
"supertest": "^3.0.0",
"ts-loader": "^3.2.0",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.6.0",
Expand Down

0 comments on commit dd98cce

Please sign in to comment.