Skip to content

Commit b9b7170

Browse files
Change library name in package.json
1 parent 1b44663 commit b9b7170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@reststate/client",
2+
"name": "@codingitwrong/jsonapi-client",
33
"version": "0.0.9",
44
"description": "A vanilla JS client for JSON:API services",
55
"main": "index.js",
6-
"repository": "[email protected]:reststate/reststate-client.git",
6+
"repository": "[email protected]:codingitwrong/jsonapi-client.git",
77
"author": "Josh Justice <[email protected]>",
88
"license": "Apache-2.0",
99
"scripts": {

0 commit comments

Comments
 (0)