Skip to content

Commit

Permalink
move to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
dojineko committed May 10, 2018
1 parent bfed988 commit a4b2092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"src": "src"
},
"dependencies": {
"@types/node": "^10.0.6",
"@types/sequelize": "^4.27.17",
"@types/sqlite3": "^3.1.3",
"axios": "^0.18.0",
"sequelize": "^4.37.7"
},
"devDependencies": {
"@types/node": "^10.0.6",
"@types/sequelize": "^4.27.17",
"@types/sqlite3": "^3.1.3",
"ava": "^0.25.0",
"coveralls": "^3.0.1",
"nsp": "^3.2.1",
Expand Down

0 comments on commit a4b2092

Please sign in to comment.