Skip to content

Commit d904111

Browse files
Set package.json to public by updating the private field
1 parent 709807a commit d904111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "ESLint plugin to disallow excessive nested conditionals to improve readability",
55
"main": "index.js",
6+
"private": false,
67
"scripts": {
78
"test": "mocha lib/tests/*.test.js",
89
"format": "prettier --write ."

0 commit comments

Comments
 (0)