diff --git a/dist.toml b/dist.toml index 9886e9f..0b0f1c3 100644 --- a/dist.toml +++ b/dist.toml @@ -1,11 +1,10 @@ [package] name = "purescript-lsp" -version = "1.0.7" +version = "1.0.8" license = "BSD-3-Clause" repository = "https://github.com/OxfordAbstracts/purescript-lsp-bin" binaries = ["purs"] build-command = ["bash", "build.sh"] -allow-dirty = ["ci"] # Config for 'cargo dist' [dist] @@ -22,4 +21,5 @@ windows-archive = ".tar.gz" # The archive format to use for non-windows builds (defaults .tar.xz) unix-archive = ".tar.gz" # A namespace to use when publishing this package to the npm registry -npm-scope = "@oxfordabstracts" \ No newline at end of file +npm-scope = "@oxfordabstracts" +allow-dirty = ["ci"] \ No newline at end of file