Fixed workflow

main
Mr¤KayJayDee 3 years ago
parent ee59000301
commit aff9a2d44c

@ -3,7 +3,7 @@ name: Node.js package
on:
push:
branches:
- master
- main
jobs:

@ -1,13 +1,16 @@
{
"name": "discord-image-generation",
"version": "1.4.11",
"version": "1.4.12",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "node src/index.js"
},
"author": "Mr¤KayJayDee <killian.dalcin@gmail.com> (https://github.com/Mr-KayJayDee)",
"author": {
"name": "Mr¤KayJayDee",
"email": "killian.dalcin@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
@ -16,6 +19,9 @@
"bugs": {
"url": "https://github.com/Mr-KayJayDee/discord-image-generation/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/yourOrganizationOrAccount"
},
"homepage": "https://github.com/Mr-KayJayDee/discord-image-generation#readme",
"keywords": [
"discord",

Loading…
Cancel
Save