mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
Add doctest to devDependencies of package.json
As requested at https://github.com/TheAlgorithms/Javascript/issues/142#issuecomment-667625929
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
"node-fetch": "2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"standard": "^14.3.4"
|
||||
"standard": "^14.3.4",
|
||||
"doctest": "^0.17.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user