Skip to content

Commit 7854b11

Browse files
authored
fix: provenance & oidc
1 parent f1713a2 commit 7854b11

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"minify": "sh ./.github/minify.sh",
1414
"prepublishOnly": "npm_config_yes=true npx clean-package && npm run minify"
1515
},
16-
"repository": {
17-
"type": "git",
18-
"url": "git+https://github.com/WFCD/Warframe.js.git"
19-
},
16+
"repository": "https://github.com/WFCD/Warframe.js",
2017
"keywords": [
2118
"Warframe",
2219
"API",
@@ -142,5 +139,6 @@
142139
]
143140
],
144141
"branches": "master"
145-
}
142+
},
143+
"publishConfig": { "provenance": true }
146144
}

0 commit comments

Comments
 (0)