Skip to content

Commit 95ab465

Browse files
committed
chore: make plugins private
1 parent f649616 commit 95ab465

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/stylelint-no-missing-parenthesis/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "stylelint-no-missing-parenthesis",
34
"version": "1.1.0",
45
"license": "MIT",

plugins/stylelint-no-missing-var/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "stylelint-no-missing-var",
34
"version": "1.1.0",
45
"license": "MIT",

plugins/stylelint-suit-naming-pattern/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "stylelint-suit-naming-pattern",
34
"version": "1.1.0",
45
"license": "MIT",

0 commit comments

Comments
 (0)