Skip to content

Commit

Permalink
Fix jsonServer again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Sep 23, 2016
1 parent d9dc62c commit e22b318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodium",
"version": "0.1.2",
"version": "0.1.3",
"description": "Pure nodejs selenium webdriver functional helpers",
"homepage": "https://github.com/jeromemacias/nodium",
"repository": {
Expand Down Expand Up @@ -40,6 +40,7 @@
"chai-as-promised": "~5.3",
"pm2": "*",
"request": "2.*",
"json-server": "0.8.*"
"json-server": "0.8.*",
"body-parser": "1.*"
}
}
1 change: 1 addition & 0 deletions src/hook/jsonServer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import jsonServer from 'json-server';
import bodyParser from 'body-parser';

export function jsonServerStart(defaults = {}, port = 3030) {
const server = jsonServer.create();
Expand Down

0 comments on commit e22b318

Please sign in to comment.