Skip to content

Commit

Permalink
update fixed roads types
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed Mar 10, 2018
1 parent 6feb82e commit cf8e78b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spiel-server",
"version": "0.1.4",
"version": "0.1.5",
"description": "Middleware framework to make easy to write backend applications",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -33,9 +33,9 @@
"code": "^5.2.0",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.2.0",
"lab": "^15.2.2",
"lab": "^15.3.1",
"lab-transform-typescript": "^3.0.1",
"nodemon": "^1.14.12",
"nodemon": "^1.17.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"ts-loader": "^3.5.0",
Expand All @@ -45,7 +45,7 @@
"typescript": "2.7.2"
},
"dependencies": {
"@types/roads": "^5.0.0",
"@types/roads": "^5.0.1",
"@types/roads-server": "^1.0.0",
"roads": "^5.0.0-alpha.15",
"roads-server": "^1.0.0-alpha.1"
Expand Down

0 comments on commit cf8e78b

Please sign in to comment.