Skip to content

Commit

Permalink
fix(build): Remove version number from bsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranHonig committed Jan 21, 2021
1 parent dddeed2 commit ea9b866
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
"name": "tarantula-fl",
"version": "0.0.10",
"sources": {
"dir" : "src",
"subdirs" : true
Expand All @@ -15,5 +14,5 @@
],
"warnings": {
"error" : "+101"
},
}
}

0 comments on commit ea9b866

Please sign in to comment.