Rename automerge-js to automerge

Now that automerge-js is ready to go we rename it to `automerge-js` and
set the version to `2.0.0-alpha.1`
This commit is contained in:
Alex Good 2022-09-21 22:53:00 +01:00 committed by alexjg
parent a9e23308ce
commit 8557ce0b69

View file

@ -1,10 +1,10 @@
{
"name": "automerge-js",
"name": "automerge",
"collaborators": [
"Orion Henry <orion@inkandswitch.com>",
"Martin Kleppmann"
],
"version": "0.1.12",
"version": "2.0.0-alpha.1",
"description": "Reimplementation of `automerge` on top of the automerge-wasm backend",
"homepage": "https://github.com/automerge/automerge-rs/tree/main/automerge-js",
"repository": "github:automerge/automerge-rs",