Skip to content

Commit b1ca4fe

Browse files
committed
chore: package.json add provenance
1 parent a7a9dc5 commit b1ca4fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.6.2",
44
"description": "a gradient progress for nodejs by go",
55
"private": false,
6+
"publishConfig": {
7+
"access": "public",
8+
"provenance": true
9+
},
610
"main": "./src/index.js",
711
"scripts": {
812
"postinstall": "node install.js",
@@ -50,4 +54,4 @@
5054
"@semantic-release/release-notes-generator": "^14.0.1",
5155
"semantic-release": "^24.1.1"
5256
}
53-
}
57+
}

0 commit comments

Comments
 (0)