chore(): update dependencies (not moment because we keep the same version as habitrpg), move tests from /tests to /test so that it correctly uses mocha.opts
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3846
-3849
File diff suppressed because it is too large
Load Diff
+8
-8
@@ -2,23 +2,23 @@
|
||||
"name": "habitrpg-shared",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"browserify": "~2.35",
|
||||
"coffeeify": "0.4.0",
|
||||
"coffee-script": "1.6.2",
|
||||
"browserify": "~3.30.2",
|
||||
"coffeeify": "0.6.0",
|
||||
"coffee-script": "1.7.1",
|
||||
"moment": "~2.4.0",
|
||||
"lodash": "~2.4.1",
|
||||
"grunt-spritesmith": "~1.21.0"
|
||||
"grunt-spritesmith": "~1.22.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"expect.js": "*",
|
||||
"sinon": "~1.7.3",
|
||||
"sinon": "~1.8.2",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-cssmin": "~0.6.2",
|
||||
"grunt-browserify": "~1.2.4",
|
||||
"grunt-contrib-cssmin": "~0.8.0",
|
||||
"grunt-browserify": "~1.3.1",
|
||||
"grunt-contrib-clean": "~0.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --compilers coffee:coffee-script tests/algos.mocha.coffee"
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
--colors
|
||||
--reporter spec
|
||||
--timeout 8000
|
||||
--check-leaks
|
||||
--growl
|
||||
--debug
|
||||
--compilers coffee:coffee-script/register
|
||||
--globals io
|
||||
@@ -1,6 +0,0 @@
|
||||
--colors
|
||||
--reporter spec
|
||||
--growl
|
||||
--debug
|
||||
--compilers coffee:coffee-script
|
||||
--globals io
|
||||
Reference in New Issue
Block a user