Skip to content

Commit 0f15ca3

Browse files
authored
Revert "chore: remove .npmrc files that were left (#31)" (#33)
This reverts commit 2c6d8b9.
1 parent 1df7b82 commit 0f15ca3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

testing/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@hivemq:registry=https://npm.pkg.github.com

theme/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@hivemq:registry=https://npm.pkg.github.com

theme/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"main": "./dist/index.es.js",
1010
"module": "./dist/index.es.js",
1111
"types": "./dist/index.es.d.ts",
12-
"access": "public",
13-
"registry": "https://registry.npmjs.org/"
12+
"access": "public"
1413
},
1514
"license": "Apache-2.0",
1615
"files": ["dist"],

0 commit comments

Comments
 (0)