diff --git a/testing/.npmrc b/testing/.npmrc new file mode 100644 index 0000000..1dbd4f5 --- /dev/null +++ b/testing/.npmrc @@ -0,0 +1 @@ +@hivemq:registry=https://npm.pkg.github.com diff --git a/theme/.npmrc b/theme/.npmrc new file mode 100644 index 0000000..1dbd4f5 --- /dev/null +++ b/theme/.npmrc @@ -0,0 +1 @@ +@hivemq:registry=https://npm.pkg.github.com diff --git a/theme/package.json b/theme/package.json index cf3ec82..0b0846a 100644 --- a/theme/package.json +++ b/theme/package.json @@ -9,8 +9,7 @@ "main": "./dist/index.es.js", "module": "./dist/index.es.js", "types": "./dist/index.es.d.ts", - "access": "public", - "registry": "https://registry.npmjs.org/" + "access": "public" }, "license": "Apache-2.0", "files": ["dist"],