Skip to content

Commit 500c596

Browse files
committed
build: add publishConfig access public
1 parent 6e29c61 commit 500c596

13 files changed

Lines changed: 52 additions & 3 deletions

File tree

packages/grunt-purgecss/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@
3838
},
3939
"bugs": {
4040
"url": "https://github.com/FullHuman/purgecss/issues"
41+
},
42+
"publishConfig": {
43+
"access": "public",
44+
"registry": "https://registry.npmjs.org/"
4145
}
4246
}

packages/gulp-purgecss/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@
4949
},
5050
"bugs": {
5151
"url": "https://github.com/FullHuman/purgecss/issues"
52+
},
53+
"publishConfig": {
54+
"access": "public",
55+
"registry": "https://registry.npmjs.org/"
5256
}
5357
}

packages/postcss-purgecss/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
},
3434
"peerDependencies": {
3535
"postcss": "^8.0.0"
36+
},
37+
"publishConfig": {
38+
"access": "public",
39+
"registry": "https://registry.npmjs.org/"
3640
}
3741
}

packages/purgecss-from-html/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"devDependencies": {
3131
"@types/parse5": "^6.0.0",
3232
"@types/parse5-htmlparser2-tree-adapter": "^6.0.0"
33+
},
34+
"publishConfig": {
35+
"access": "public",
36+
"registry": "https://registry.npmjs.org/"
3337
}
3438
}

packages/purgecss-from-jsx/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"acorn-jsx": "^5.3.1",
3131
"acorn-jsx-walk": "^2.0.0",
3232
"acorn-walk": "^8.1.1"
33+
},
34+
"publishConfig": {
35+
"access": "public",
36+
"registry": "https://registry.npmjs.org/"
3337
}
3438
}

packages/purgecss-from-pug/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
"devDependencies": {
2727
"pug-lexer": "^5.0.0",
2828
"pug-parser": "^6.0.0"
29+
},
30+
"publishConfig": {
31+
"access": "public",
32+
"registry": "https://registry.npmjs.org/"
2933
}
3034
}

packages/purgecss-from-tsx/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
"@fullhuman/purgecss-from-jsx": "^4.1.0",
3030
"acorn": "^7.4.0",
3131
"typescript": "^4.3.2"
32+
},
33+
"publishConfig": {
34+
"access": "public",
35+
"registry": "https://registry.npmjs.org/"
3236
}
3337
}

packages/purgecss-from-twig/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"dependencies": {
2727
"twing": "^5.0.2"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"registry": "https://registry.npmjs.org/"
2832
}
2933
}

packages/purgecss-webpack-plugin/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,9 @@
5050
},
5151
"peerDependencies": {
5252
"webpack": "*"
53+
},
54+
"publishConfig": {
55+
"access": "public",
56+
"registry": "https://registry.npmjs.org/"
5357
}
5458
}

packages/purgecss-with-wordpress/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@
2828
},
2929
"bugs": {
3030
"url": "https://github.com/FullHuman/purgecss/issues"
31+
},
32+
"publishConfig": {
33+
"access": "public",
34+
"registry": "https://registry.npmjs.org/"
3135
}
3236
}

0 commit comments

Comments
 (0)