Skip to content

Commit c179748

Browse files
Update package.json preparing new version 0.0.7-iontach
1 parent ec63690 commit c179748

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

package.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@browserfs/fs-dom",
3-
"version": "0.0.6",
4-
"description": "DOM backends for BrowserFS",
3+
"version": "0.0.7-iontach",
4+
"description": "DOM backends for @BrowserFS",
55
"main": "dist/index.js",
66
"types": "dist",
77
"keywords": [
@@ -10,15 +10,26 @@
1010
"storage"
1111
],
1212
"type": "module",
13-
"homepage": "https://github.com/browser-fs/fs-dom",
14-
"author": "dr-vortex <[email protected]>",
13+
"homepage": "https://github.com/saoirse-iontach/browser-fs-dom",
14+
"author": "John Vilk <[email protected]>",
15+
"contributors": [
16+
{
17+
"name": "dr-vortex",
18+
"email": "[email protected]",
19+
"url": "https://drvortex.dev"
20+
},
21+
{
22+
"name": "saoirse-iontach",
23+
"url": "https://github.com/saoirse-iontach"
24+
}
25+
],
1526
"license": "MIT",
1627
"repository": {
1728
"type": "git",
18-
"url": "git+https://github.com/browser-fs/fs-dom.git"
29+
"url": "git+https://github.com/saoirse-iontach/browser-fs-dom.git"
1930
},
2031
"bugs": {
21-
"url": "https://github.com/browser-fs/fs-dom/issues"
32+
"url": "https://github.com/saoirse-iontach/browser-fs-dom/issues"
2233
},
2334
"engines": {
2435
"node": ">= 18"
@@ -51,6 +62,6 @@
5162
"typescript": "5.2.2"
5263
},
5364
"dependencies": {
54-
"@browserfs/core": "^0.1.0"
65+
"@browserfs/core": "saoirse-iontach/browser-fs-core#semver:~0.1.1"
5566
}
5667
}

0 commit comments

Comments
 (0)