Skip to content

Commit

Permalink
making mysql optinal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed May 28, 2018
1 parent 6bf38c3 commit 3f9ea2a
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
@@ -1,6 +1,6 @@
{
"name": "pigallery2",
"version": "1.1.0",
"version": "1.2.0",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",
Expand Down Expand Up @@ -36,7 +36,6 @@
"express": "4.16.3",
"jimp": "0.2.28",
"locale": "0.1.0",
"mysql": "2.15.0",
"reflect-metadata": "0.1.12",
"sqlite3": "4.0.0",
"ts-exif-parser": "0.1.23",
Expand Down Expand Up @@ -114,6 +113,7 @@
"zone.js": "0.8.26"
},
"optionalDependencies": {
"mysql": "2.15.0",
"bcrypt": "2.0.1",
"gm": "1.23.1",
"sharp": "0.20.2"
Expand Down

0 comments on commit 3f9ea2a

Please sign in to comment.