Skip to content

Commit 340a36e

Browse files
add publish config
1 parent c9a7324 commit 340a36e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
registry=https://registry.npmjs.org/
12
package-lock=false

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"repository": "hipstersmoothie/react-docgen-typescript-plugin",
77
"author": "Andrew Lisowski <lisowski54@gmail.com>",
88
"main": "dist/index.js",
9+
"publishConfig": {
10+
"registry": "https://registry.npmjs.org/",
11+
"access": "public"
12+
},
913
"scripts": {
1014
"build:example": "npm run build && webpack",
1115
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)