-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump devDependencies Bump dot package Move viz.js to @aduh95/viz.js
- Loading branch information
1 parent
1782516
commit 60dbb2a
Showing
43 changed files
with
1,431 additions
and
4,728 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,30 +1,30 @@ | ||
{ | ||
"name": "@compodoc/ngd", | ||
"version": "2.0.0", | ||
"description": "A set of tools to generate a dependencies graph of an Angular application", | ||
"scripts": { | ||
"postinstall": "sh ./tools/install-all.sh", | ||
"test": "sh ./tools/test-all.sh", | ||
"build": "sh ./tools/build-all.sh" | ||
}, | ||
"homepage": "https://github.com/compodoc/ngd", | ||
"bugs": "https://github.com/compodoc/ngd/issues", | ||
"author": "Wassim CHEGHAM", | ||
"engines": { | ||
"node": ">= 6.11.2" | ||
}, | ||
"contributors": [ | ||
"vogloblinsky" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/compodoc/ngd.git" | ||
}, | ||
"private": false, | ||
"license": "MIT", | ||
"dependencies": { | ||
"typescript": "^2.0.0", | ||
"@types/typescript": "^0.4.29", | ||
"@types/node": "^6.0.39" | ||
} | ||
"name": "@compodoc/ngd", | ||
"version": "2.0.0", | ||
"description": "A set of tools to generate a dependencies graph of an Angular application", | ||
"scripts": { | ||
"postinstall": "sh ./tools/install-all.sh", | ||
"test": "sh ./tools/test-all.sh", | ||
"build": "sh ./tools/build-all.sh", | ||
"link": "sh ./tools/link-all.sh" | ||
}, | ||
"homepage": "https://github.com/compodoc/ngd", | ||
"bugs": "https://github.com/compodoc/ngd/issues", | ||
"author": "Wassim CHEGHAM", | ||
"engines": { | ||
"node": ">= 6.11.2" | ||
}, | ||
"contributors": [ | ||
"vogloblinsky" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/compodoc/ngd.git" | ||
}, | ||
"private": false, | ||
"license": "MIT", | ||
"dependencies": { | ||
"typescript": "^4.0.3", | ||
"@types/node": "^14.11.8" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"reporter": "spec", | ||
"ui": "bdd", | ||
"colors": true, | ||
"timeout": 10000 | ||
} |
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.