🐛 Fixed invalid main entry

main
Mr-KayJayDee 5 years ago
parent 105d1d0375
commit 78a57d0bec

@ -1,8 +1,8 @@
{ {
"name": "discord-image-generation", "name": "discord-image-generation",
"version": "0.1.6", "version": "0.1.7",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "node test/index.js" "test": "node test/index.js"
}, },

Loading…
Cancel
Save