Skip to content

Commit

Permalink
updates packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luishrd committed Jan 7, 2019
1 parent 9673852 commit 4323f90
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 271 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"private": true,
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
"server": "nodemon server.js"
},
"license": "ISC",
"dependencies": {
"knex": "^0.15.2",
"sqlite3": "^4.0.2"
"knex": "^0.16.3",
"sqlite3": "^4.0.4"
},
"devDependencies": {
"nodemon": "^1.18.3"
"nodemon": "^1.18.9"
}
}
Loading

0 comments on commit 4323f90

Please sign in to comment.