Skip to content

Commit

Permalink
Fix #187
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Jun 30, 2019
1 parent b84da14 commit d23f85c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "sugarizer-server",
"description": "Server for Sugarizer application",
"version": "1.1.0",
"version": "1.1.1",
"repository": "https://github.com/llaske/sugarizer-server",
"author": "Lionel Laské <lionel@sugarizer.org>",
"license": "Apache-2.0",
"dependencies": {
"cors": "2.8.x",
"csv-parser": "^2.2.0",
"csv-writer": "^1.2.0",
"ejs": "~>2.5.5",
"csv-parser": "~2.2.0",
"csv-writer": "~1.2.0",
"ejs": "~2.5.5",
"express": "4.16.4",
"express-session": "1.15.6",
"express-flash": "~0.0.2",
"express-validator": ">=5.3.1",
"express-validator": "~5.3.1",
"cookie-parser": "1.4.3",
"morgan": "1.9.1",
"http": "0.0.x",
"ini": "1.1.x",
"jwt-simple": ">=0.3.1",
"jwt-simple": "~0.5.1",
"moment": "2.19.3",
"mongodb": "3.x.x",
"nodemon": "^1.18.6",
"nodemon": "~1.18.6",
"request": "*",
"async": "2.6.1",
"websocket": "1.0.x"
Expand Down

0 comments on commit d23f85c

Please sign in to comment.