Skip to content

Commit 307e55c

Browse files
committed
feat: create npmrc to auth in actions
1 parent 2a70b62 commit 307e55c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ignore-workspace-root-check=true
2+
registry=https://registry.npmjs.org/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fetch-api-wrapper",
33
"type": "module",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"private": false,
66
"packageManager": "pnpm@7.9.0",
77
"description": "use fetch to simplify the code for making HTTP requests taking full advantage of TypeScript's type system",

0 commit comments

Comments
 (0)