Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alpheustangs committed Jun 22, 2024
1 parent a293722 commit c869bd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"js",
"JavaScript"
],
"homepage": "https://github.com/alpheustangs/filego",
"bugs": "https://github.com/alpheustangs/filego/issues",
"homepage": "https://github.com/alpheustangs/filego.ts",
"bugs": "https://github.com/alpheustangs/filego.ts/issues",
"license": "MIT",
"author": "Alpheus Tang",
"files": ["dist"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/alpheustangs/filego.git",
"url": "https://github.com/alpheustangs/filego.ts.git",
"directory": "packages/node"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"js",
"JavaScript"
],
"homepage": "https://github.com/alpheustangs/filego",
"bugs": "https://github.com/alpheustangs/filego/issues",
"homepage": "https://github.com/alpheustangs/filego.ts",
"bugs": "https://github.com/alpheustangs/filego.ts/issues",
"license": "MIT",
"author": "Alpheus Tang",
"files": ["dist"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/alpheustangs/filego.git",
"url": "https://github.com/alpheustangs/filego.ts.git",
"directory": "packages/shared"
}
}
6 changes: 3 additions & 3 deletions packages/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"js",
"JavaScript"
],
"homepage": "https://github.com/alpheustangs/filego",
"bugs": "https://github.com/alpheustangs/filego/issues",
"homepage": "https://github.com/alpheustangs/filego.ts",
"bugs": "https://github.com/alpheustangs/filego.ts/issues",
"license": "MIT",
"author": "Alpheus Tang",
"files": ["dist"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/alpheustangs/filego.git",
"url": "https://github.com/alpheustangs/filego.ts.git",
"directory": "packages/ts"
},
"dependencies": {
Expand Down

0 comments on commit c869bd0

Please sign in to comment.