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

Commit

Permalink
Update package.json and axios dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Svallinn committed Jun 19, 2021
1 parent 0350db9 commit c368922
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3,630 deletions.
36 changes: 30 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,40 @@
{
"name": "youtube-chat",
"version": "1.1.0",
"name": "@freetube/youtube-chat",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/LinaTsukusu/youtube-chat.git",
"author": "LinaTsukusu <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/FreeTubeApp/youtube-chat.git"
},
"bugs": {
"url": "https://github.com/FreeTubeApp/youtube-chat/issues"
},
"homepage": "https://github.com/FreeTubeApp/youtube-chat#readme",
"author": {
"name": "Svallinn",
"email": "[email protected]"
},
"contributors": [
{
"name": "LinaTsukusu",
"email": "[email protected]"
},
{
"name": "IcedCoffeee",
"url": "https://github.com/IcedCoffeee/"
}
],
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "NODE_ENV=production node dist",
"debug": "tsc && NODE_ENV=development node dist/debug.js"
"debug": "tsc && NODE_ENV=development node dist/debug.js",
"test": "jest --verbose"
},
"files": [
"dist",
Expand All @@ -33,6 +57,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"axios": "^0.19.2"
"axios": "^0.21.1"
}
}
Loading

0 comments on commit c368922

Please sign in to comment.