Skip to content

Commit c25dd65

Browse files
committed
Fix incorrectly specified dependency
1 parent 9edff7c commit c25dd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buildtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"version": "1.0.0",
66
"devDependencies": {
77
"@commander-js/extra-typings": "^13.0.0",
8-
"@sourceacademy/modules-repotools": "workspace:^",
98
"@types/estree": "^1.0.0",
109
"@types/lodash": "^4.14.198",
1110
"@types/node": "^22.15.30",
@@ -19,6 +18,7 @@
1918
"type": "module",
2019
"dependencies": {
2120
"@sourceacademy/modules-lib": "workspace:^",
21+
"@sourceacademy/modules-repotools": "workspace:^",
2222
"@vitejs/plugin-react": "^4.5.1",
2323
"acorn": "^8.8.1",
2424
"astring": "^1.8.6",

0 commit comments

Comments
 (0)