Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomantovani authored Mar 3, 2022
1 parent 5496f3f commit 022d4f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "Easily send notifications to Discord on Node.js",
"author": "Joao Mantovani <joao@penseapp.com.br>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"repository": {
"type": "git",
Expand All @@ -31,8 +28,7 @@
"prepare": "husky install"
},
"dependencies": {
"axios": "^0.25.0",
"g": "^2.0.1"
"axios": "^0.25.0"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
Expand Down

0 comments on commit 022d4f3

Please sign in to comment.