Skip to content

Commit 60cc28a

Browse files
committed
pin chai to version 4
1 parent a834433 commit 60cc28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generated_data: plugins releases api-docs chaijs
1515

1616
api-docs: clean-api-docs
1717
@mkdir -p _data
18-
@npm install chai@latest
18+
@npm install chai@4
1919
@node ./node_modules/dox/bin/dox --raw < ./node_modules/chai/chai.js > _data/chai.json
2020

2121
#

0 commit comments

Comments
 (0)