From 26565b4f15df8664f6378735aec23b5413d06126 Mon Sep 17 00:00:00 2001 From: Finn Hodgkin Date: Tue, 1 Oct 2024 14:34:25 +0100 Subject: [PATCH] Release with npm --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f854db8..4b7cb5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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) @@ -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"