Release 7.0.12

This commit is contained in:
Tyler Long
2017-09-10 23:00:20 +08:00
parent d07a7f505b
commit 4947c75ff7
2 changed files with 4 additions and 2 deletions

View File

@@ -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": [
@@ -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"
},

View File

@@ -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