Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 53a2c14

Browse files
author
Christian Heindl
committed
fix dependency
1 parent 2a7ce7b commit 53a2c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raml2pdf-cli",
33
"description": "RAML to PDF documentation generator",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": {
66
"name": "Christian Heindl",
77
"email": "[email protected]"
@@ -10,11 +10,11 @@
1010
"url": "https://github.com/cheindl/raml2pdf-cli/issues"
1111
},
1212
"dependencies": {
13+
"commander": "2.9.x",
1314
"raml2html": "2.4.0",
1415
"wkhtmltopdf": "0.1.5"
1516
},
1617
"devDependencies": {
17-
"commander": "2.9.x",
1818
"eslint": "1.10.x",
1919
"eslint-config-defaults": "9.0.x",
2020
"eslint-plugin-react": "4.0.x"

0 commit comments

Comments
 (0)