mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
New version
This commit is contained in:
6
dist/mermaidAPI.js
vendored
6
dist/mermaidAPI.js
vendored
@@ -30331,7 +30331,7 @@ process.chdir = function (dir) {
|
||||
},{}],85:[function(require,module,exports){
|
||||
module.exports={
|
||||
"name": "mermaid",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.3",
|
||||
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.",
|
||||
"main": "src/mermaid.js",
|
||||
"keywords": [
|
||||
@@ -30346,8 +30346,8 @@ module.exports={
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "watchify src/mermaid.js -o dist/mermaid.js",
|
||||
"doc" : "rm -r build;rm -r dist/www;gulp vartree;cp dist/www/all.html ../mermaid-pages/index.html;cp dist/mermaid.js ../mermaid-pages/javascripts/lib;cp dist/mermaid.forest.css ../mermaid-pages/stylesheets",
|
||||
"test" : "./node_modules/.bin/gulp dist && ./node_modules/.bin/gulp test"
|
||||
"doc": "rm -r build;rm -r dist/www;gulp vartree;cp dist/www/all.html ../mermaid-pages/index.html;cp dist/mermaid.js ../mermaid-pages/javascripts/lib;cp dist/mermaid.forest.css ../mermaid-pages/stylesheets",
|
||||
"test": "./node_modules/.bin/gulp dist && ./node_modules/.bin/gulp test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user