Fixed workflow

main
Mr¤KayJayDee 3 years ago
parent ee59000301
commit aff9a2d44c

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

@ -1,13 +1,16 @@
{ {
"name": "discord-image-generation", "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.", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js", "main": "src/index.js",
"types": "typings/index.d.ts", "types": "typings/index.d.ts",
"scripts": { "scripts": {
"test": "node src/index.js" "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", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,6 +19,9 @@
"bugs": { "bugs": {
"url": "https://github.com/Mr-KayJayDee/discord-image-generation/issues" "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", "homepage": "https://github.com/Mr-KayJayDee/discord-image-generation#readme",
"keywords": [ "keywords": [
"discord", "discord",

Loading…
Cancel
Save