Skip to content

Commit a129ec5

Browse files
committed
fix: return undefined when built with Eleventy
removes unused NPM dependencies
1 parent 8d0494d commit a129ec5

File tree

5 files changed

+2327
-53
lines changed

5 files changed

+2327
-53
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
],
2323
"author": "Saneef Ansari <hello@saneef.com> (https://saneef.com/)",
2424
"license": "MIT",
25-
"dependencies": {
26-
"cross-spawn": "^7.0.3"
27-
},
2825
"devDependencies": {
2926
"@eslint/eslintrc": "^3.3.3",
3027
"@eslint/js": "^9.39.2",
@@ -36,7 +33,6 @@
3633
"globals": "^16.5.0",
3734
"lefthook": "^2.0.13",
3835
"prettier": "^3.7.4",
39-
"prettier-plugin-jsdoc": "^1.8.0",
40-
"rimraf": "^5.0.9"
36+
"prettier-plugin-jsdoc": "^1.8.0"
4137
}
4238
}

0 commit comments

Comments
 (0)