Skip to content

Commit

Permalink
Release 8.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Mar 16, 2018
1 parent 93201b2 commit b777c8d
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,6 +1,6 @@
{
"name": "mermaid",
"version": "8.0.0-beta.2",
"version": "8.0.0-beta.3",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"upgrade": "yarn-upgrade-all",
"lint": "standard",
"test": "yarn lint && jest",
"test:tdd": "yarn lint && jest --watch",
"test:watch": "jest --watch",
"jison": "node -r babel-register node_modules/.bin/gulp jison",
"prepublishOnly": "yarn build && yarn release && yarn test",
"prepush": "yarn test"
Expand Down

0 comments on commit b777c8d

Please sign in to comment.