mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 10:14:21 +01:00
Release 8.0.0-beta.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mermaid",
|
"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.",
|
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||||
"main": "dist/mermaid.core.js",
|
"main": "dist/mermaid.core.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"upgrade": "yarn-upgrade-all",
|
"upgrade": "yarn-upgrade-all",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
"test": "yarn lint && jest",
|
"test": "yarn lint && jest",
|
||||||
"test:tdd": "yarn lint && jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"jison": "node -r babel-register node_modules/.bin/gulp jison",
|
"jison": "node -r babel-register node_modules/.bin/gulp jison",
|
||||||
"prepublishOnly": "yarn build && yarn release && yarn test",
|
"prepublishOnly": "yarn build && yarn release && yarn test",
|
||||||
"prepush": "yarn test"
|
"prepush": "yarn test"
|
||||||
|
|||||||
Reference in New Issue
Block a user