Skip to content

Commit

Permalink
move dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Aug 28, 2018
1 parent 5795d26 commit 54be80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"startProd": "pm2 serve dist 8000 && pm2 start server"
},
"dependencies": {
"@mdi/font": "^2.5.94",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
Expand All @@ -22,7 +21,6 @@
"fs-extra": "^7.0.0",
"morgan": "^1.9.0",
"nodemon": "^1.18.3",
"pm2": "^3.0.3",
"showdown": "^1.8.6",
"tar": "^4.4.6",
"vue": "^2.5.16",
Expand All @@ -37,6 +35,8 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"@mdi/font": "^2.5.94",
"pm2": "^3.0.3",
"@babel/polyfill": "^7.0.0-beta.49",
"@vue/cli-plugin-typescript": "^3.0.0-rc.5",
"@vue/cli-service": "^3.0.0-rc.5",
Expand Down

0 comments on commit 54be80b

Please sign in to comment.