Add doctest to devDependencies of package.json

As requested at https://github.com/TheAlgorithms/Javascript/issues/142#issuecomment-667625929
This commit is contained in:
Christian Clauss
2020-08-02 06:47:16 +02:00
committed by GitHub
parent 6d5f4d2e3d
commit 4cbdc9e072

View File

@ -12,6 +12,7 @@
"node-fetch": "2.6.0"
},
"devDependencies": {
"standard": "^14.3.4"
"standard": "^14.3.4",
"doctest": "^0.17.1"
}
}