Skip to content

Commit 5811465

Browse files
committed
fix: json
1 parent daaeed8 commit 5811465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"prettier": "prettier --write {src,spec}/{**/*,*}.js",
137137
"prepare": "npm run build",
138138
"postinstall": "node -p 'require(\"./postinstall.js\")()'",
139-
"madge:circular": "node_modules/.bin/madge ./src --circular",
139+
"madge:circular": "node_modules/.bin/madge ./src --circular"
140140
},
141141
"engines": {
142142
"node": ">=18.0.0 <19.0.0 || >=19.0.0 <20.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"

0 commit comments

Comments
 (0)