Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Apr 7, 2017
1 parent 101561d commit b27dae6
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 114 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@ graph TD
\`\`\``)


## Development

### Build

```
yarn build
```
### Test
## Test

```
yarn test
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-mermaid",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mermaid plugin for markdown-it.",
"main": "src/index.js",
"scripts": {
Expand All @@ -11,10 +11,10 @@
"author": "Tyler Long <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-preset-env": "^1.2.2",
"babel-preset-env": "^1.3.2",
"babel-register": "^6.24.0",
"markdown-it": "^8.3.1",
"npm-check-updates": "^2.10.4",
"standard": "^9.0.2"
"npm-check-updates": "^2.10.5",
"standard": "^10.0.1"
}
}
Loading

0 comments on commit b27dae6

Please sign in to comment.