diff --git a/.gitignore b/.gitignore index 12e502a9d..234172c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules -#dist bower_components *.sublime-project diff --git a/bower.json b/bower.json index 85601b60a..c1f15b251 100644 --- a/bower.json +++ b/bower.json @@ -3,14 +3,16 @@ "authors": [ "knsv " ], - "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": [ diff --git a/test/usageTests/package.json b/test/usageTests/package.json index 6ddeafcf2..633011c1b 100644 --- a/test/usageTests/package.json +++ b/test/usageTests/package.json @@ -6,10 +6,6 @@ "dependencies": { "gulp": "^3.8.10" }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "author": "", "license": "MIT" }