Skip to content
Permalink
Browse files
removed ","
  • Loading branch information
nealc3 committed Dec 6, 2019
1 parent 294e878 commit 14b7aa8b63fbc3aa546c5c3b9d7c30d6bcced4f7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -14,7 +14,7 @@
"test": "node_modules/.bin/jest --coverage",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"coverage": "node_modules/.bin/istanbul check-coverage --statement 90 --branch 100 --function 90 --line 100",
"start": "node index.js",
"start": "node index.js"

},
"dependencies": {

0 comments on commit 14b7aa8

Please sign in to comment.