Skip to content

Commit

Permalink
Release 7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Sep 10, 2017
1 parent d07a7f5 commit 4947c75
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "7.0.11",
"version": "7.0.12",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"lint": "standard",
"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
"jest": "jest --coverage --runInBand",
"test": "yarn lint && yarn jest && yarn karma",
"test": "yarn lint && yarn karma",
"jison": "gulp jison",
"prepublishOnly": "yarn build && yarn release && yarn test"
},
Expand Down
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
- rewrite less code
- Don't generate temp_* folders in test/ folder
- Generate them into system temp folder instead
- Replace phantomjs with Chrome headless
- `yarn jest` is disabled

0 comments on commit 4947c75

Please sign in to comment.