mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
1st version parsing for class diagrams, parsing draft completed, starting rendering work
This commit is contained in:
5
dist/mermaidAPI.js
vendored
5
dist/mermaidAPI.js
vendored
@@ -15086,7 +15086,7 @@ function read(json) {
|
||||
|
||||
},{"./graph":78,"./lodash":81}],81:[function(require,module,exports){
|
||||
module.exports=require(42)
|
||||
},{"/Users/spect/git/mermaid/node_modules/dagre-d3/node_modules/dagre/lib/lodash.js":42,"lodash":83}],82:[function(require,module,exports){
|
||||
},{"/Users/knut/Documents/source/mermaid/node_modules/dagre-d3/node_modules/dagre/lib/lodash.js":42,"lodash":83}],82:[function(require,module,exports){
|
||||
module.exports = '1.0.7';
|
||||
|
||||
},{}],83:[function(require,module,exports){
|
||||
@@ -30734,7 +30734,7 @@ module.exports={
|
||||
"jasmine": "2.3.2",
|
||||
"jasmine-es6": "0.0.18",
|
||||
"jison": "zaach/jison",
|
||||
"jsdom": "^6.5.1",
|
||||
"jsdom": "^7.0.2",
|
||||
"jshint-stylish": "^2.0.1",
|
||||
"map-stream": "0.0.6",
|
||||
"marked": "^0.3.2",
|
||||
@@ -30746,6 +30746,7 @@ module.exports={
|
||||
"rewire": "^2.1.3",
|
||||
"rimraf": "^2.2.8",
|
||||
"tape": "^3.0.3",
|
||||
"testdom": "^2.0.0",
|
||||
"uglifyjs": "^2.4.10",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.2.2"
|
||||
|
Reference in New Issue
Block a user