We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad705be commit 7ab4063Copy full SHA for 7ab4063
Makefile
@@ -40,7 +40,7 @@ releases: clean-releases
40
41
plugins: clean-plugins
42
@mkdir -p _data/plugins
43
- @./node_modules/.bin/npm-plugin-fetcher -o _data/plugins chai-plugin
+ @./node_modules/.bin/npm-plugin-fetcher -b _scripts/banned_plugins.js -o _data/plugins chai-plugin
44
@xargs -n1 -I! sh -c 'echo ! && curl -s "https://registry.npmjs.com/!" > _data/plugins/!.json' < _legacy_plugins
45
@node _scripts/build-plugin-tags.js
46
_scripts/banned_plugins.js
@@ -0,0 +1,6 @@
1
+module.exports = [
2
+
3
+ 'chai-51st-state', // Banned for profane language
4
+ 'chai2.0-webdriver-promised', // Fork with poor metadata
5
6
+];
0 commit comments