Skip to content

Commit 77624b5

Browse files
committed
Reformat package.json
1 parent f0c4db9 commit 77624b5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "discord-py-snippets",
33
"displayName": "discord.py Code Snippets",
44
"description": "Code snippets for the discord.py package in python",
5-
"version": "1.5.2",
5+
"version": "1.5.3",
66
"publisher": "WasiMaster",
77
"repository": {
88
"type": "git",
@@ -28,11 +28,9 @@
2828
"Snippets"
2929
],
3030
"contributes": {
31-
"snippets": [
32-
{
33-
"language": "python",
34-
"path": "./snippets/snippets.code-snippets"
35-
}
36-
]
31+
"snippets": [{
32+
"language": "python",
33+
"path": "./snippets/snippets.code-snippets"
34+
}]
3735
}
38-
}
36+
}

0 commit comments

Comments
 (0)