diff --git a/docs/authors.md b/docs/authors.md index e380da1..09a5a8a 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -290,6 +290,7 @@ Below is a list of all the wonderful people who make PostCSS plugins. |[chriseppstein](https://github.com/chriseppstein) | [`postcss-lang-optimizer`](https://github.com/linkedin/postcss-lang-optimizer) | 16| |[ChristianMurphy](https://github.com/ChristianMurphy) | [`postcss-combine-duplicated-selectors`](https://github.com/ChristianMurphy/postcss-combine-duplicated-selectors) | 15| |[Code-Y](https://github.com/Code-Y) | [`postcss-cyspriter`](https://github.com/Code-Y/postcss-cyspriter) | 4| +|[crftd](https://github.com/crftd) | [`postcss-glitch`](https://github.com/crftd/postcss-glitch) | 0| |[crossjs](https://github.com/crossjs) | [`postcss-flexible`](https://github.com/crossjs/postcss-flexible) | 20| |[Crunch](https://github.com/Crunch) | [`postcss-less-engine`](https://github.com/Crunch/postcss-less) | 26| |[cssdream](https://github.com/cssdream) | [`cssgrace`](https://github.com/cssdream/cssgrace) | 600| diff --git a/package.json b/package.json index 8320fc2..6960dc1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "chalk": "^2.1.0", - "inquirer": "^3.3.0", + "inquirer": "^8.2.7", "octonode": "^0.9.1" }, "devDependencies": { diff --git a/plugins.json b/plugins.json index 6eafbcc..dbfe03d 100644 --- a/plugins.json +++ b/plugins.json @@ -4564,5 +4564,18 @@ "shortcuts" ], "stars": 0 + }, + { + "name": "postcss-glitch", + "description": "that adds glitch effect to your text", + "author": "crftd", + "url": "https://github.com/crftd/postcss-glitch", + "tags": [ + "color", + "fonts", + "fun", + "other" + ], + "stars": 0 } ] \ No newline at end of file