mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
codex locked in version 0.0.5
This commit is contained in:
parent
1c516625b4
commit
2804b6bb98
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ docs: clean-docs
|
|||
@./node_modules/.bin/codex build docs \
|
||||
--out docs/out
|
||||
@./node_modules/.bin/codex serve \
|
||||
--out docs/out --static /chai
|
||||
--out docs/out
|
||||
|
||||
clean-docs:
|
||||
@rm -rf docs/out
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"codex": "0.0.x"
|
||||
"codex": "0.0.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue