Skip to content

Commit 9dbdcd6

Browse files
committed
update requirements
1 parent 06cf846 commit 9dbdcd6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/bin/build-pages/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function renderPage(body, searchData, allKeywords) {
3636
<h2>Criteria</h2>
3737
<ul>
3838
<li>published on npm</li>
39+
<li>50 monthly downloads from npm</li>
3940
<li>postcss-plugin keyword in your <code>package.json</code></li>
4041
<li>valid repository link in your <code>package.json</code></li>
4142
<li>valid homepage link in your <code>package.json</code></li>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Requirements for inclusion :
44

55
- published on npm
6+
- 50 monthly downloads from npm
67
- `postcss-plugin` keyword in your `package.json`
78
- valid repository link in your `package.json`
89
- valid homepage link in your `package.json`

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ <h1>PostCSS Plugin Directory</h1>
1919
<h2>Criteria</h2>
2020
<ul>
2121
<li>published on npm</li>
22+
<li>50 monthly downloads from npm</li>
2223
<li>postcss-plugin keyword in your <code>package.json</code></li>
2324
<li>valid repository link in your <code>package.json</code></li>
2425
<li>valid homepage link in your <code>package.json</code></li>

0 commit comments

Comments
 (0)