Skip to content

Commit

Permalink
Upgrade: several dependencies (fixes #1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 11, 2015
1 parent 73d2a34 commit 405fada
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -235,7 +235,7 @@ target.test = function() {
lastReturn;

// exec(ISTANBUL + " cover " + MOCHA + "-- -c " + TEST_FILES);
lastReturn = nodeCLI.exec("istanbul", "cover", MOCHA, "-- -c", TEST_FILES);
lastReturn = nodeCLI.exec("istanbul", "cover", MOCHA, "-- -R dot -c", TEST_FILES);
if (lastReturn.code !== 0) {
errors++;
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -35,42 +35,42 @@
"dependencies": {
"chalk": "~0.5.1",
"concat-stream": "^1.4.6",
"debug": "^2.0.0",
"debug": "^2.1.1",
"doctrine": "^0.6.2",
"escape-string-regexp": "^1.0.2",
"escope": "~1.0.0",
"espree": "^1.5.0",
"espree": "^1.6.0",
"estraverse": "^1.9.1",
"globals": "^4.0.0",
"js-yaml": "~3.2.2",
"minimatch": "^1.0.0",
"js-yaml": "^3.2.5",
"minimatch": "^2.0.1",
"mkdirp": "^0.5.0",
"object-assign": "^1.0.0",
"object-assign": "^2.0.0",
"optionator": "^0.5.0",
"strip-json-comments": "~1.0.1",
"text-table": "~0.2.0",
"user-home": "^1.0.0",
"xml-escape": "~1.0.0"
},
"devDependencies": {
"beefy": "~1.0.0",
"beefy": "^1.0.0",
"brfs": "0.0.9",
"browserify": "^5.11.2",
"browserify": "^8.1.0",
"chai": "^1.9.1",
"coveralls": "2.11.2",
"dateformat": "^1.0.8",
"eslint-tester": "^0.5.0",
"istanbul": "^0.3.5",
"jsonlint": "^1.6.2",
"mocha": "~1.13.0",
"mocha": "^2.1.0",
"mocha-phantomjs": "^3.5.0",
"npm-license": "^0.2.3",
"phantomjs": "^1.9.9",
"proxyquire": "^1.0.0",
"semver": "^4.1.0",
"shelljs": "^0.3.0",
"shelljs-nodecli": "~0.1.0",
"sinon": "~1.10.3",
"sinon": "^1.12.2",
"through": "^2.3.6"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.htm
Expand Up @@ -10,7 +10,7 @@
<!-- test framework -->
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/sinon/pkg/sinon-1.10.3.js"></script>
<script src="../node_modules/sinon/pkg/sinon-1.12.2.js"></script>

<!-- source -->
<script src="../build/eslint.js"></script>
Expand Down

0 comments on commit 405fada

Please sign in to comment.