Skip to content

Commit

Permalink
Release with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Oct 1, 2024
1 parent c3285fe commit 26565b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cargo-dist-version = "0.22.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = []
installers = ["npm"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-unknown-linux-gnu"]
# The archive format to use for windows builds (defaults .zip)
Expand All @@ -52,3 +52,5 @@ unix-archive = ".tar.gz"
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false
# A namespace to use when publishing this package to the npm registry
npm-scope = "@oxfordabstracts"

0 comments on commit 26565b4

Please sign in to comment.