Skip to content

Commit 535ed44

Browse files
committed
remove an unused import mapping
1 parent b1e203a commit 535ed44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
},
7171
"imports": {
7272
"#cli/*": "./cli/common/*.js",
73-
"#dev/*": "./lib_dev/*.js",
74-
"#lib/minisocket": "./lib/minisocket.js"
73+
"#dev/*": "./lib_dev/*.js"
7574
},
7675
"dependencies": {
7776
"@rescript/runtime": "workspace:packages/@rescript/runtime"

0 commit comments

Comments
 (0)