Skip to content

Commit 4caa7b7

Browse files
Merge pull request #72 from devgateway/alive-dev
2 parents 13c3f0c + dc47455 commit 4caa7b7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
cwd: "./wp-react-lib"
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
NPM_CONFIG_PROVENANCE: false
51+
NPM_CONFIG_PROVENANCE: true
5252

5353

wp-react-lib/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
"wp-react-lib",
5959
"wordpress"
6060
],
61+
"publishConfig": {
62+
"access": "public",
63+
"provenance": true
64+
},
6165
"exports": {
6266
".": {
6367
"types": "./dist/types/index.d.ts",
@@ -73,11 +77,6 @@
7377
"types": "./dist/types/hooks/index.d.ts",
7478
"import": "./dist/esm/hooks/index.js",
7579
"require": "./dist/cjs/hooks/index.js"
76-
},
77-
"publishConfig": {
78-
"access": "public",
79-
"provenance": false
80-
8180
}
8281
}
8382
}

0 commit comments

Comments
 (0)