Skip to content

Commit 30c2583

Browse files
committed
Example project: use bs-platform 8.3.3 which contains fix for indentation of error messages.
1 parent e5d4ba3 commit 30c2583

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

examples/example-project/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/example-project/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"dependencies": {
3-
"bs-platform": "8.3.2",
3+
"bs-platform": "8.3.3",
44
"reason-react": "^0.9.1"
55
},
66
"scripts": {
77
"build": "bsb -make-world",
8-
"start": "bsb -make-world -w"
8+
"start": "bsb -make-world -w",
9+
"clean": "bsb -clean"
910
}
1011
}

0 commit comments

Comments
 (0)