Skip to content

Commit

Permalink
Updated devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 20, 2017
1 parent 0cba928 commit 8a6e24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -19,8 +19,8 @@
],
"scripts": {
"browser-test": "zuul tape test/browser.test.js --local",
"test": "standard && tap --no-cov test/*test.js",
"ci": "standard && tap --cov test/*test.js",
"test": "standard | snazzy && tap --no-cov test/*test.js",
"ci": "standard | snazzy && tap --cov test/*test.js",
"bench-all": "node benchmarks/runbench all",
"bench-basic": "node benchmarks/runbench basic",
"bench-object": "node benchmarks/runbench object",
Expand Down Expand Up @@ -65,7 +65,8 @@
"loglevel": "^1.4.0",
"pre-commit": "^1.2.2",
"pump": "^1.0.1",
"standard": "^8.6.0",
"snazzy": "^6.0.0",
"standard": "^9.0.0",
"steed": "^1.1.3",
"tap": "^10.0.0",
"tape": "^4.6.2",
Expand Down
1 change: 0 additions & 1 deletion test/browser.test.js
Expand Up @@ -252,4 +252,3 @@ function sink (method, fn) {
fn(Array.prototype.slice.call(arguments))
}
}

0 comments on commit 8a6e24f

Please sign in to comment.