Skip to content

Commit 1bd00de

Browse files
author
Star-325
committed
Add doctest to devDependencies of package.json
As requested at TheAlgorithms/JavaScript#142 (comment)
1 parent 55635c9 commit 1bd00de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"node-fetch": "2.6.0"
1313
},
1414
"devDependencies": {
15-
"standard": "^14.3.4"
15+
"standard": "^14.3.4",
16+
"doctest": "^0.17.1"
1617
}
1718
}

0 commit comments

Comments
 (0)