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 f5a9cf7 commit 1953a94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"js",
"JavaScript"
],
"homepage": "https://github.com/alpheustangs/rowid",
"bugs": "https://github.com/alpheustangs/rowid/issues",
"homepage": "https://github.com/alpheustangs/rowid.ts",
"bugs": "https://github.com/alpheustangs/rowid.ts/issues",
"license": "MIT",
"author": "Alpheus Tang",
"files": ["bin", "dist", "schema.json"],
Expand All @@ -27,7 +27,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/alpheustangs/rowid.git",
"url": "https://github.com/alpheustangs/rowid.ts.git",
"directory": "packages/cli"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rowid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"js",
"JavaScript"
],
"homepage": "https://github.com/alpheustangs/rowid",
"bugs": "https://github.com/alpheustangs/rowid/issues",
"homepage": "https://github.com/alpheustangs/rowid.ts",
"bugs": "https://github.com/alpheustangs/rowid.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/rowid.git",
"url": "https://github.com/alpheustangs/rowid.ts.git",
"directory": "packages/rowid"
}
}

0 comments on commit 1953a94

Please sign in to comment.