Skip to content

Commit

Permalink
🛠 mysql latest and do not ignore mysql for GK updates (#7868)
Browse files Browse the repository at this point in the history
refs #5945
  • Loading branch information
kirrg001 authored and kevinansfield committed Jan 22, 2017
1 parent 4a4b2f6 commit ebb2156
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"bcryptjs": "2.3.0",
"bluebird": "3.4.7",
"body-parser": "1.15.2",
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/0cb28fa8e3230dcbf6bca8b991dbb340b9fff6cc",
"bookshelf": "https://github.com/kirrg001/bookshelf/tarball/feature/creating-event-attached-models",
"bunyan": "1.8.1",
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/0cb28fa8e3230dcbf6bca8b991dbb340b9fff6cc",
"bson-objectid": "1.1.4",
"bunyan": "1.8.1",
"chalk": "1.1.3",
"cheerio": "0.22.0",
"commander": "2.9.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"moment": "2.17.1",
"moment-timezone": "0.5.9",
"multer": "1.2.1",
"mysql": "2.11.1",
"mysql": "2.12.0",
"nconf": "0.8.4",
"netjet": "1.1.3",
"nodemailer": "0.7.1",
Expand Down Expand Up @@ -135,7 +135,6 @@
"ignore": [
"bunyan",
"glob",
"mysql",
"nodemailer",
"showdown-ghost",
"grunt",
Expand Down

0 comments on commit ebb2156

Please sign in to comment.