Skip to content

Commit 5fa54e9

Browse files
committed
update manifest
1 parent 49ae87b commit 5fa54e9

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

bsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"in-source": true
2121
}
2222
],
23-
"external-stdlib": "@rescript/std",
2423
"bs-dependencies": [
2524
"@ryyppy/rescript-promise",
2625
"rescript-webapi"

import_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"imports": {
3-
"@rescript/std/": "./node_modules/@rescript/std/"
3+
"rescript/": "./node_modules/rescript/"
44
}
55
}

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
{
22
"name": "rescript-deno",
33
"version": "0.0.1",
4-
"main": "index.js",
4+
"description": "ReScript bindings to Deno APIs",
5+
"keywords": [
6+
"rescript",
7+
"rescript-bindings",
8+
"deno"
9+
],
510
"license": "MIT",
611
"scripts": {
712
"build": "rescript build",
813
"example": "deno run -A --import-map=import_map.json"
914
},
15+
"files": [
16+
"src/**/*.res",
17+
"bsconfig.json"
18+
],
19+
"peerDependencies": {
20+
"rescript": "^9.1.0"
21+
},
1022
"dependencies": {
1123
"@rescript/std": "^9.1.3",
1224
"@ryyppy/rescript-promise": "^2.1.0",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ __metadata:
2727
"@ryyppy/rescript-promise": ^2.1.0
2828
rescript: ^9.1.4
2929
rescript-webapi: ^0.2.0
30+
peerDependencies:
31+
rescript: ^9.1.0
3032
languageName: unknown
3133
linkType: soft
3234

0 commit comments

Comments
 (0)