Skip to content

Commit e900d92

Browse files
committed
chore: quick rebrand
1 parent 895bc8b commit e900d92

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
## Install
44

55
```
6-
npm i package-name
6+
npm i @webeleon/codigame-api
77
```

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@webeleon/npm-package-starter-typescript",
3-
"version": "0.0.8",
4-
"description": "starter npm package using typescript",
2+
"name": "@webeleon/codingame-api",
3+
"version": "0.0.0",
4+
"description": "Typescript client for codingame api",
55
"main": "lib/main.js",
66
"types": "lib/main.d.ts",
77
"scripts": {
@@ -17,10 +17,10 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/Webeleon/typecript-npm-package-starter"
20+
"url": "git+https://github.com/Webeleon/codingame-api"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/Webeleon/typecript-npm-package-starter/issues"
23+
"url": "https://github.com/Webeleon/codingame-api/issues"
2424
},
2525
"contributors": [
2626
{
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"keywords": [
32-
"project starter",
32+
"codingame",
3333
"webeleon",
3434
"npm",
3535
"typescript"

0 commit comments

Comments
 (0)