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 a834433 commit 60cc28aCopy full SHA for 60cc28a
Makefile
@@ -15,7 +15,7 @@ generated_data: plugins releases api-docs chaijs
15
16
api-docs: clean-api-docs
17
@mkdir -p _data
18
- @npm install chai@latest
+ @npm install chai@4
19
@node ./node_modules/dox/bin/dox --raw < ./node_modules/chai/chai.js > _data/chai.json
20
21
#
0 commit comments