Skip to content

Commit

Permalink
address mocha deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Aug 31, 2019
1 parent 175c60b commit 9e78116
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
"url"
],
"scripts": {
"test": "./node_modules/.bin/mocha ./test/*.test.* --require should --reporter spec --colors --compilers coffee:coffee-script/register"
"test": "./node_modules/.bin/mocha ./test/*.test.* --require should --require coffeescript/register --reporter spec --colors"
},
"dependencies": {
"unicode": ">= 0.3.1"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"coffeescript": "^2.4.1",
"mocha": "^5.2.0",
"should": "~13.2.3"
},
Expand Down

0 comments on commit 9e78116

Please sign in to comment.