Skip to content

Commit ea9b866

Browse files
committed
fix(build): Remove version number from bsconfig
1 parent dddeed2 commit ea9b866

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
33
"name": "tarantula-fl",
4-
"version": "0.0.10",
54
"sources": {
65
"dir" : "src",
76
"subdirs" : true
@@ -15,5 +14,5 @@
1514
],
1615
"warnings": {
1716
"error" : "+101"
18-
},
17+
}
1918
}

0 commit comments

Comments
 (0)