Skip to content

Commit

Permalink
set as optional package
Browse files Browse the repository at this point in the history
  • Loading branch information
jsevedge committed Jun 13, 2019
1 parent a5d2b96 commit b29baa7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 29 deletions.
5 changes: 3 additions & 2 deletions diagrams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This project makes use of [mermaid](https://mermaidjs.github.io) for diagrams fo

## Usage

Note: Install by running `npm install` at the root of this project.

```bash
npm install
mmdc -i src/object_model_by_cloud.mmd -o artifacts/object_model_by_cloud.png --theme dark
./node_modules/.bin/mmdc -i src/object_model_by_cloud.mmd -o artifacts/object_model_by_cloud.png --theme dark
```
43 changes: 17 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
"icrdk": "git://github.com/f5devcentral/f5-icontrollx-dev-kit#master",
"mocha": "^5.2.0",
"nyc": "^14.0.0",
"ssh2": "^0.8.2",
"ssh2": "^0.8.2"
},
"optionalDependencies": {
"mermaid.cli": "^0.5.1"
},
"eslintConfig": {
Expand Down

0 comments on commit b29baa7

Please sign in to comment.