bare-console
Advanced tools
Comparing version 4.0.1 to 4.1.0
{ | ||
"name": "bare-console", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Simple debugging console for JavaScript", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "standard && brittle test.js" | ||
"test": "standard && bare test.js" | ||
}, | ||
@@ -24,4 +24,5 @@ "repository": { | ||
"dependencies": { | ||
"bare-events": "^2.2.0", | ||
"bare-hrtime": "^2.0.0", | ||
"bare-inspect": "^1.1.0" | ||
"bare-inspect": "^2.0.0" | ||
}, | ||
@@ -28,0 +29,0 @@ "devDependencies": { |
14422
3
+ Addedbare-events@^2.2.0
+ Addedbare-inspect@2.3.0(transitive)
- Removedbare-inspect@1.3.2(transitive)
Updatedbare-inspect@^2.0.0