Skip to content

Commit b2bab2b

Browse files
authored
chore: update package metadata (#16)
* Update metadata in package.json * chore: update package metadata
1 parent c01b6d2 commit b2bab2b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.changeset/wide-ears-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@electric-sql/d2ts': patch
3+
---
4+
5+
Update the package metadata

packages/d2ts/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"name": "@electric-sql/d2ts",
33
"version": "0.1.0",
4+
"license": "Apache-2.0",
5+
"description": "D2TS is a TypeScript implementation of Differential Dataflow.",
6+
"author": "Electric DB Limited",
7+
"homepage": "https://github.com/electric-sql/d2ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/electric-sql/d2ts.git",
11+
"directory": "packages/d2ts"
12+
},
13+
"keywords": [
14+
"differential dataflow",
15+
"differential",
16+
"dataflow",
17+
"stream processing",
18+
"sync"
19+
],
420
"type": "module",
521
"main": "dist/index.js",
622
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)