Skip to content

Commit 0526247

Browse files
committed
remove dep on rescript core for v12
1 parent 69580cc commit 0526247

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

rewatch/testrepo/packages/with-dev-deps/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
"rescript"
66
],
77
"author": "",
8-
"license": "MIT",
9-
"dependencies": {
10-
"@rescript/core": "*"
11-
}
8+
"license": "MIT"
129
}

rewatch/testrepo/packages/with-dev-deps/rescript.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
"module": "es6",
1414
"in-source": true
1515
},
16-
"bs-dependencies": ["@rescript/core"],
1716
"suffix": ".res.js"
1817
}

0 commit comments

Comments
 (0)