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

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Heindl committed Jul 25, 2016
1 parent 2a7ce7b commit 53a2c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raml2pdf-cli",
"description": "RAML to PDF documentation generator",
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Christian Heindl",
"email": "[email protected]"
Expand All @@ -10,11 +10,11 @@
"url": "https://github.com/cheindl/raml2pdf-cli/issues"
},
"dependencies": {
"commander": "2.9.x",
"raml2html": "2.4.0",
"wkhtmltopdf": "0.1.5"
},
"devDependencies": {
"commander": "2.9.x",
"eslint": "1.10.x",
"eslint-config-defaults": "9.0.x",
"eslint-plugin-react": "4.0.x"
Expand Down

0 comments on commit 53a2c14

Please sign in to comment.