Skip to content

Commit 6b4edf9

Browse files
committed
Remove dependency cruiser
Not using it enough to be installed by default
1 parent 3a76670 commit 6b4edf9

File tree

2 files changed

+0
-133
lines changed

2 files changed

+0
-133
lines changed

.dependency-cruiser.json

Lines changed: 0 additions & 129 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"@types/node": "^24.0.1",
6666
"@voxpelli/tsconfig": "^15.0.0",
6767
"auto-changelog": "^2.4.0",
68-
"dependency-cruiser": "^16.3.3",
6968
"gh-release": "^7.0.2",
7069
"installed-check": "^9.3.0",
7170
"jsonfeed-to-atom": "^1.2.5",
@@ -91,7 +90,6 @@
9190
"test:neostandard": "eslint . --ignore-pattern 'test-cases/build-errors/src/**/*.js' --ignore-pattern 'test-cases/page-build-errors/src/**/*.js'",
9291
"test:node-test": "c8 --reporter=lcov --reporter=text node --test --test-reporter spec",
9392
"test:tsc": "tsc",
94-
"test:deptree": "depcruise --validate .dependency-cruiser.json bin.js",
9593
"build-examples": "run-p example:*",
9694
"clean": "run-p clean:*",
9795
"clean:public": "rm -rf public && mkdir -p public",
@@ -108,8 +106,6 @@
108106
"example:default-layout": "cd examples/default-layout && npm i --production && npm run build",
109107
"example:nested-dest": "cd examples/nested-dest && npm i --production && npm run build",
110108
"example:uhtml-isomorphic": "cd examples/uhtml-isomorphic && npm i --production && npm run build",
111-
"deps": "depcruise --exclude '^node_modules|^[a-zA-Z0-9\\_]+$' --output-type dot . | dot -T svg > dependencygraph.svg",
112-
"deps3d": "depcruise --exclude '^node_modules|^[a-zA-Z0-9\\_]+$' --output-type plugin:dependency-cruiser/sample-3d-reporter-plugin --output-to 3d-dependency-graph.html .",
113109
"start": "npm run watch"
114110
},
115111
"funding": {

0 commit comments

Comments
 (0)