Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 072f96d

Browse files
committed
chore: prepare for publication
1 parent 08045b9 commit 072f96d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# automerge-repo-storage-opfs
1+
# automerge-repo-storage-opfs
2+
3+
This implements a [OPFS](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system) storage adapter for [Automerge Repo](https://github.com/automerge/automerge-repo).
4+
5+
## Usage
6+
7+
See https://automerge.org/docs/repositories/storage/

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"repository": "https://github.com/openscript-ch/automerge-repo-storage-opfs",
66
"type": "module",
77
"main": "dist/index.js",
8+
"types": "dist/index.d.ts",
9+
"files": [
10+
"dist/*"
11+
],
812
"scripts": {
913
"build": "tsc",
1014
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)