We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c3f0c + dc47455 commit 4caa7b7Copy full SHA for 4caa7b7
.github/workflows/release.yml
@@ -48,6 +48,6 @@ jobs:
48
cwd: "./wp-react-lib"
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
- NPM_CONFIG_PROVENANCE: false
+ NPM_CONFIG_PROVENANCE: true
52
53
wp-react-lib/package.json
@@ -58,6 +58,10 @@
58
"wp-react-lib",
59
"wordpress"
60
],
61
+ "publishConfig": {
62
+ "access": "public",
63
+ "provenance": true
64
+ },
65
"exports": {
66
".": {
67
"types": "./dist/types/index.d.ts",
@@ -73,11 +77,6 @@
73
77
"types": "./dist/types/hooks/index.d.ts",
74
78
"import": "./dist/esm/hooks/index.js",
75
79
"require": "./dist/cjs/hooks/index.js"
76
- },
- "publishConfig": {
- "access": "public",
- "provenance": false
80
-
81
}
82
83
0 commit comments