Skip to content

Commit 463995c

Browse files
committed
Update repository URLs from thomasconner/ipdata-js-library to ipdata/node
https://claude.ai/code/session_01UabaLo3R3sXovyxaZo2yCF
1 parent 1e08f10 commit 463995c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IPData JavaScript Library
22

3-
[![](https://github.com/thomasconner/ipdata-js-library/workflows/CI/badge.svg)](https://github.com/thomasconner/ipdata-js-library/actions)
3+
[![](https://github.com/ipdata/node/workflows/CI/badge.svg)](https://github.com/ipdata/node/actions)
44

55
JavaScript library that can be used in a web browser or Node.js application to gather information for an IP address using https://ipdata.co.
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/thomasconner/ipdata-js-library.git"
17+
"url": "git+https://github.com/ipdata/node.git"
1818
},
1919
"author": "Thomas Conner <thomas.conner@me.com>",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/thomasconner/ipdata-js-library/issues"
22+
"url": "https://github.com/ipdata/node/issues"
2323
},
24-
"homepage": "https://github.com/thomasconner/ipdata-js-library#readme",
24+
"homepage": "https://github.com/ipdata/node#readme",
2525
"dependencies": {
2626
"lru-cache": "^11.2.6",
2727
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)