Skip to content

Commit 30f0e96

Browse files
chore: enable provenance through package.json (#156)
1 parent 84b96b2 commit 30f0e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
save-exact=true
2-
auto-install-peers=true
3-
provenance=true
2+
auto-install-peers=true

packages/create-qwik-nx/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"create-nx-workspace": "^16.0.0"
2929
},
3030
"publishConfig": {
31-
"access": "public"
31+
"access": "public",
32+
"provenance": true
3233
}
3334
}

0 commit comments

Comments
 (0)