Skip to content

Commit

Permalink
removed @rescript/std
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiu committed Dec 22, 2023
1 parent 57c3bac commit 782cf94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
4 changes: 2 additions & 2 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
],
"suffix": ".mjs",
"bs-dependencies": [
"@rescript/core",
"@greenlabs/garter"
"@rescript/core",
"@greenlabs/garter"
],
"bs-dev-dependencies": [
"@dusty-phillips/rescript-zora"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"type": "module",
"dependencies": {
"@greenlabs/garter": "github:green-labs/garter#main",
"@rescript/core": "^0.6.0",
"@rescript/std": "11.0.0-rc.8"
"@rescript/core": "^0.6.0"
},
"peerDependencies": {
"@rescript/core": "^0.6.0",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ __metadata:
"@dusty-phillips/rescript-zora": "npm:^4.0.0"
"@greenlabs/garter": "github:green-labs/garter#main"
"@rescript/core": "npm:^0.6.0"
"@rescript/std": "npm:11.0.0-rc.8"
onchange: "npm:^7.1.0"
pta: "npm:^1.0.2"
rescript: "npm:^11.0.0-rc.8"
Expand Down Expand Up @@ -441,13 +440,6 @@ __metadata:
languageName: node
linkType: hard

"@rescript/std@npm:11.0.0-rc.8":
version: 11.0.0-rc.8
resolution: "@rescript/std@npm:11.0.0-rc.8"
checksum: 833df26ae5a0efe5530b35cd86fb539fb942389e1782a5517cc06f2eb1b4ee6cc24dcf0b9818d96ca22b7e55841c315243bfe8618f48f709db599aa70329ffd0
languageName: node
linkType: hard

"@types/minimist@npm:^1.2.0":
version: 1.2.2
resolution: "@types/minimist@npm:1.2.2"
Expand Down

0 comments on commit 782cf94

Please sign in to comment.