Fixed workflow
This commit is contained in:
2
.github/workflows/npm-publish.yaml
vendored
2
.github/workflows/npm-publish.yaml
vendored
@@ -3,7 +3,7 @@ name: Node.js package
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
|
10
package.json
10
package.json
@@ -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",
|
||||
|
Reference in New Issue
Block a user