Skip to content

Commit 2a38858

Browse files
authored
add body-parser
1 parent 38e1cb3 commit 2a38858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"colors": "^1.1.2",
1313
"async": "^2.3.0",
1414
"mkdirp": "^0.5.1",
15+
"body-parser": "^1.17.1",
1516
"cli-table": "^0.3.1",
1617
"express": "^4.15.2",
1718
"ejs": "^2.5.6",
@@ -48,4 +49,4 @@
4849
"cli": "bash test/cli.sh",
4950
"test": "mocha test/api.js -r jscoverage -R spec --slow 1250 --timeout 5000 && bash test/cli.sh"
5051
}
51-
}
52+
}

0 commit comments

Comments
 (0)