Skip to content

Commit 422bc2e

Browse files
committed
chore: remove .npmrc files that were left
1 parent dd6ba9b commit 422bc2e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

testing/.npmrc

-1
This file was deleted.

theme/.npmrc

-1
This file was deleted.

theme/package.json

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

0 commit comments

Comments
 (0)