Skip to content

Commit 1285c1b

Browse files
setup for public npm release
1 parent 1227023 commit 1285c1b

File tree

3 files changed

+5
-39
lines changed

3 files changed

+5
-39
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.npmrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
engine-strict=true
2-
@communitiesuk:registry=https://npm.pkg.github.com
3-
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
2+
# @communitiesuk:registry=https://npm.pkg.github.com
3+
# //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN
4+
# commented out above as we're no longer using the private github registry, using the public npm registry instead

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"url": "https://github.com/communitiesuk/oflog_svelte_component_library.git"
77
},
88
"publishConfig": {
9-
"registry": "https://npm.pkg.github.com"
9+
"registry": "https://registry.npmjs.org/",
10+
"access": "public"
1011
},
1112
"author": "Ibrahim-Haizel",
1213
"description": "A collection of reusable Svelte components",

0 commit comments

Comments
 (0)