Skip to content

Commit

Permalink
Move allow-dirty to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Oct 18, 2024
1 parent e79b377 commit fbd86ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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"
npm-scope = "@oxfordabstracts"
allow-dirty = ["ci"]

0 comments on commit fbd86ea

Please sign in to comment.