mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-05 00:26:40 +02:00
Merge pull request #112 from jasonbellamy/bower
Ignore all files except the license and dist/ folder when installing with Bower.
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"vendor",
|
||||
"test",
|
||||
"tests"
|
||||
"*",
|
||||
"!dist/",
|
||||
"!dist/*",
|
||||
"!LICENSE"
|
||||
],
|
||||
"devDependencies": {
|
||||
"jasmine": "~2.0.4",
|
||||
|
Reference in New Issue
Block a user