From 1e34c16390c1ea9db2882a26b81cf0d1cf2bfb7c Mon Sep 17 00:00:00 2001 From: Jeffrey Dowdle Date: Tue, 15 Aug 2023 13:58:38 +1000 Subject: [PATCH] chore(@dpc-sdp/nuxt-ripple-cli): added github package registry to npmrc template --- .../src/commands/init/_templates/layer/latest/npmrc.t | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nuxt-ripple-cli/src/commands/init/_templates/layer/latest/npmrc.t b/packages/nuxt-ripple-cli/src/commands/init/_templates/layer/latest/npmrc.t index ba3008f3bb..c26ecd1b06 100644 --- a/packages/nuxt-ripple-cli/src/commands/init/_templates/layer/latest/npmrc.t +++ b/packages/nuxt-ripple-cli/src/commands/init/_templates/layer/latest/npmrc.t @@ -1,5 +1,6 @@ --- to: .npmrc --- +@dpc-sdp:registry=https://npm.pkg.github.com shamefully-hoist=true strict-peer-dependencies=false