Skip to content

Commit 3d521a3

Browse files
committed
rescript 8.2
1 parent 580393a commit 3d521a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"files": [
2222
"*.md",
2323
"bsconfig.json",
24-
"src/*.re",
25-
"src/*.js",
26-
"!src/*.bs.js"
24+
"src/**/*.re",
25+
"src/**/*.js",
26+
"!src/**/*.bs.js"
2727
],
2828
"scripts": {
2929
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
@@ -38,7 +38,7 @@
3838
"release": "npmpub"
3939
},
4040
"devDependencies": {
41-
"bs-platform": "^8.0.0",
41+
"bs-platform": "^8.2.0",
4242
"husky": "^4.0.0",
4343
"lint-staged": "^10.0.0",
4444
"npmpub": "^5.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ braces@^3.0.1:
251251
dependencies:
252252
fill-range "^7.0.1"
253253

254-
bs-platform@^8.0.0:
254+
bs-platform@^8.2.0:
255255
version "8.3.2"
256256
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-8.3.2.tgz#c307f1cc2d2397c3d088c7f3b62e9f493283cdcf"
257257
integrity sha512-iOTi5JIlNPoCPq31NS9ET79FLyCpwTL2JZbgHz35LzY9Bch1iDtbBR3FVGhRbjphxelAP4fLlFONfUNp5Y3a5g==

0 commit comments

Comments
 (0)