We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a7324 commit 340a36eCopy full SHA for 340a36e
2 files changed
.npmrc
@@ -1 +1,2 @@
1
+registry=https://registry.npmjs.org/
2
package-lock=false
package.json
@@ -6,6 +6,10 @@
6
"repository": "hipstersmoothie/react-docgen-typescript-plugin",
7
"author": "Andrew Lisowski <lisowski54@gmail.com>",
8
"main": "dist/index.js",
9
+ "publishConfig": {
10
+ "registry": "https://registry.npmjs.org/",
11
+ "access": "public"
12
+ },
13
"scripts": {
14
"build:example": "npm run build && webpack",
15
"build": "tsc -p tsconfig.build.json",
0 commit comments