aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/postcss-plugins/find.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pkgs/postcss-plugins/find.sh')
-rwxr-xr-xmodules/pkgs/postcss-plugins/find.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/pkgs/postcss-plugins/find.sh b/modules/pkgs/postcss-plugins/find.sh
deleted file mode 100755
index 732fca1..0000000
--- a/modules/pkgs/postcss-plugins/find.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-
-curl --globoff 'https://registry.npmjs.org/-/_view/byKeyword?startkey=["postcss-plugin"]&endkey=["postcss-plugin",{}]&group_level=2' \
- | jq '.rows | map(.key | .[1])' > plugins.json
-