Update metadata for transfer to `mozilla` github org.

This commit is contained in:
Ryan Kelly 2020-04-14 13:30:18 +10:00
Родитель b1cf634ae9
Коммит d410ed90af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FB70C973A037D258
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,10 +1,10 @@
[package]
name = "sandboxed-regexp"
version = "0.3.0"
authors = ["Ryan Kelly <rfkelly@mozilla.com>"]
authors = ["The Firefox Accounts Team <dev-fxacct@mozilla.org>"]
edition = "2018"
license = "MPL-2.0"
repository = "https://github.com/rfk/sandboxed-regexp"
repository = "https://github.com/mozilla/sandboxed-regexp"
[lib]
crate-type = ["cdylib"]

Просмотреть файл

@ -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