Skip to content

Commit 01655f9

Browse files
committed
Fix package
1 parent 155b6ee commit 01655f9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
],
1414
"author": "bloodyowl <[email protected]>",
1515
"license": "MIT",
16+
"peerDependencies": {
17+
"@rescript/core": "^1.6.1"
18+
},
1619
"devDependencies": {
20+
"@rescript/core": "^1.6.1",
1721
"rescript": "^11.1.0",
1822
"rescript-test": "^7.0.0"
1923
}
20-
}
24+
}

rescript.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@
1717
"in-source": true
1818
},
1919
"suffix": ".mjs",
20-
"bs-dependencies": [
21-
"@rescript/core"
22-
],
23-
"bs-dev-dependencies": [
24-
"rescript-test"
25-
],
26-
"bsc-flags": [
27-
"-open RescriptCore"
28-
],
20+
"bs-dependencies": ["@rescript/core"],
21+
"bs-dev-dependencies": ["rescript-test"],
2922
"warnings": {
3023
"error": "+101"
31-
}
32-
}
24+
},
25+
"bsc-flags": ["-open RescriptCore"]
26+
}

yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
6868
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
6969

70-
"@rescript/core@^1.3.0":
70+
"@rescript/core@^1.3.0", "@rescript/core@^1.6.1":
7171
version "1.6.1"
7272
resolved "https://registry.yarnpkg.com/@rescript/core/-/core-1.6.1.tgz#159670c94d64a2b8236f46be2bf09a007b1ece08"
7373
integrity sha512-vyb5k90ck+65Fgui+5vCja/mUfzKaK3kOPT4Z6aAJdHLH1eljEi1zKhXroCiCtpNLSWp8k4ulh1bdB5WS0hvqA==
@@ -580,6 +580,7 @@ source-map-js@^1.0.1:
580580
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
581581

582582
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
583+
name string-width-cjs
583584
version "4.2.3"
584585
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
585586
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -598,6 +599,7 @@ string-width@^5.0.1, string-width@^5.1.2:
598599
strip-ansi "^7.0.1"
599600

600601
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
602+
name strip-ansi-cjs
601603
version "6.0.1"
602604
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
603605
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)