Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit c368922

Browse files
committed
Update package.json and axios dependency
1 parent 0350db9 commit c368922

File tree

2 files changed

+30
-3630
lines changed

2 files changed

+30
-3630
lines changed

package.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
11
{
2-
"name": "youtube-chat",
3-
"version": "1.1.0",
2+
"name": "@freetube/youtube-chat",
3+
"version": "1.1.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
6-
"repository": "https://github.com/LinaTsukusu/youtube-chat.git",
7-
"author": "LinaTsukusu <lina.tsukusu@gmail.com>",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/FreeTubeApp/youtube-chat.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/FreeTubeApp/youtube-chat/issues"
12+
},
13+
"homepage": "https://github.com/FreeTubeApp/youtube-chat#readme",
14+
"author": {
15+
"name": "Svallinn",
16+
"email": "svallinn@protonmail.com"
17+
},
18+
"contributors": [
19+
{
20+
"name": "LinaTsukusu",
21+
"email": "lina.tsukusu@gmail.com"
22+
},
23+
{
24+
"name": "IcedCoffeee",
25+
"url": "https://github.com/IcedCoffeee/"
26+
}
27+
],
828
"license": "MIT",
929
"private": false,
30+
"publishConfig": {
31+
"access": "public"
32+
},
1033
"scripts": {
1134
"build": "tsc",
1235
"start": "NODE_ENV=production node dist",
13-
"debug": "tsc && NODE_ENV=development node dist/debug.js"
36+
"debug": "tsc && NODE_ENV=development node dist/debug.js",
37+
"test": "jest --verbose"
1438
},
1539
"files": [
1640
"dist",
@@ -33,6 +57,6 @@
3357
"typescript": "^3.8.3"
3458
},
3559
"dependencies": {
36-
"axios": "^0.19.2"
60+
"axios": "^0.21.1"
3761
}
3862
}

0 commit comments

Comments
 (0)