-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #524 from tylingsoft/master
Modernize mermaid
- Loading branch information
Showing
58 changed files
with
1,761 additions
and
2,935 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
language: node_js | ||
osx_image: xcode8.1 | ||
os: | ||
- linux | ||
- osx | ||
sudo: false | ||
node_js: | ||
- "6.9" | ||
- "7.9" | ||
env: | ||
- CXX=g++-4.8 | ||
sudo: required | ||
dist: xenial | ||
addons: | ||
code_climate: | ||
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091 | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
- google-chrome | ||
packages: | ||
- g++-4.8 | ||
- google-chrome-stable | ||
code_climate: | ||
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091 | ||
language: node_js | ||
node_js: | ||
- "6" | ||
- "7" | ||
before_install: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
before_script: | ||
- yarn build | ||
script: | ||
- yarn test | ||
after_script: | ||
- cat coverage/lcov.info | codeclimate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,16 @@ | |
"authors": [ | ||
"knsv <[email protected]>" | ||
], | ||
"description": "Markdownish syntax for generating flowcharts, sequence diagrams and gantt charts.", | ||
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", | ||
"main": "dist/mermaid.slim.js", | ||
"keywords": [ | ||
"diagram", | ||
"markdown", | ||
"flowchart", | ||
"sequence diagram", | ||
"gantt" | ||
"gantt", | ||
"class diagram", | ||
"git graph" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.