Skip to content

Commit c83ad34

Browse files
Merge pull request #1 from andreasnicolaou/update-package-privacy
Update package privacy
2 parents 709807a + 92dabff commit c83ad34

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@andreasnicolaou/eslint-plugin-conditional-best-practices",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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)