Skip to content

Commit 6b864ba

Browse files
committed
Fix npm package config errors for latest version
1 parent 6a34435 commit 6b864ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"types": "dist/react-ssr-prepass.d.ts",
88
"author": "Phil Plückthun <[email protected]>",
99
"license": "MIT",
10-
"repository": "[email protected]:FormidableLabs/react-ssr-prepass.git",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/FormidableLabs/react-ssr-prepass.git"
13+
},
1114
"bugs": {
1215
"url": "https://github.com/FormidableLabs/react-ssr-prepass/issues"
1316
},
@@ -77,5 +80,8 @@
7780
"rollup": "^2.63.0",
7881
"rollup-plugin-babel": "^4.4.0",
7982
"rollup-plugin-terser": "^7.0.2"
83+
},
84+
"publishConfig": {
85+
"provenance": true
8086
}
8187
}

0 commit comments

Comments
 (0)