progtest/package.json (devDependencies): Add mocha and chai

master
Mike Gerwitz 2018-02-23 10:33:59 -05:00
parent fcc5c087fd
commit 76795d1c89
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
"js-yaml": "3.10.0"
},
"devDependencies": {
"browserify": "16.1.0"
"browserify": "16.1.0",
"mocha": "5.0.1",
"chai": "4.1.2"
},
"license": "GPL-3.0+"