Skip to content

Commit 3d86afe

Browse files
committed
🔧 ci: change package to public access
1 parent ce95313 commit 3d86afe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@ngx-devs/commitlint-plugin-imperative",
33
"version": "1.0.0",
44
"private": false,
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"description": "commitlint plugin to ensure that commits are made using imperative mood",
69
"main": "dist/index.js",
710
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)