Skip to content

Commit b45fe62

Browse files
committed
chore: Update dependencies.
1 parent 8f026c5 commit b45fe62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"description": "A npm package that helps you create better Discord Embeds using discord.js.",
1010
"devDependencies": {
11-
"@types/node": "^15.3.0",
12-
"prettier": "^2.3.0",
13-
"typescript": "^4.2.4"
11+
"@types/node": "^16.4.13",
12+
"prettier": "^2.3.2",
13+
"typescript": "^4.3.5"
1414
},
1515
"homepage": "https://github.com/Ayfri/Better-Embed",
1616
"keywords": [
@@ -25,7 +25,7 @@
2525
"prettier": {
2626
"arrowParens": "avoid",
2727
"bracketSpacing": false,
28-
"printWidth": 200,
28+
"printWidth": 160,
2929
"singleQuote": true,
3030
"tabWidth": 4,
3131
"useTabs": true

0 commit comments

Comments
 (0)