We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e34a6 commit eddf9eeCopy full SHA for eddf9ee
.github/workflows/Release.yml
@@ -24,6 +24,8 @@ on:
24
release:
25
types:
26
- published
27
+permissions:
28
+ id-token: write
29
jobs:
30
31
name: Release a new version
package.json
@@ -8,7 +8,10 @@
8
"types": "./dist/index.d.ts",
9
"author": "Noel Towa <cutie@floofy.dev>",
10
"license": "MIT",
11
- "repository": "https://github.com/Noelware/utils",
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/Noelware/utils.git"
14
+ },
15
"bugs": "https://github.com/Noelware/utils/issues",
16
"homepage": "https://docs.noelware.org/libraries/@noelware/utils",
17
"exports": {
0 commit comments