From d410ed90afdd21219f72813d49ba9c308acd7dd6 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Tue, 14 Apr 2020 13:30:18 +1000 Subject: [PATCH] Update metadata for transfer to `mozilla` github org. --- Cargo.toml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed41de4..9bc07df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "sandboxed-regexp" version = "0.3.0" -authors = ["Ryan Kelly "] +authors = ["The Firefox Accounts Team "] edition = "2018" license = "MPL-2.0" -repository = "https://github.com/rfk/sandboxed-regexp" +repository = "https://github.com/mozilla/sandboxed-regexp" [lib] crate-type = ["cdylib"] diff --git a/README.md b/README.md index be16582..319d57d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ with the addition of extra sandboxing! You'll need [`wasm-pack`](https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/index.html). Build the package using `make build`. Test that it works using `make test`. +Publish the resulting bundle under `./pkg` like a regular nodejs library. ## Using it