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:
Matteo Pagliazzi
2014-02-22 17:10:29 +01:00
parent f3c5d3f73a
commit a1ec40e77e
8 changed files with 3863 additions and 3864 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3846 -3849
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -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"
}
}
+8
View File
@@ -0,0 +1,8 @@
--colors
--reporter spec
--timeout 8000
--check-leaks
--growl
--debug
--compilers coffee:coffee-script/register
--globals io
-6
View File
@@ -1,6 +0,0 @@
--colors
--reporter spec
--growl
--debug
--compilers coffee:coffee-script
--globals io