@ckaatz/container
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -10,3 +10,3 @@ /*jshint node:true */ | ||
var Invocation = require('./invocation'); | ||
var _ = require('underscore'); | ||
var _ = require('lodash'); | ||
@@ -13,0 +13,0 @@ function actionForObjectKeys(obj, mapFn, callback) { |
{ | ||
"name": "@ckaatz/container", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"public": "true", | ||
@@ -23,4 +23,4 @@ "contributors": [ | ||
"dependencies": { | ||
"async": "0.9.x", | ||
"underscore": "^1.8.3" | ||
"async": "1.4.2", | ||
"lodash": "3.10.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -5,3 +5,3 @@ /*jshint node:true */ | ||
var Container = require('../lib/container'); | ||
var _ = require('underscore'); | ||
var _ = require('lodash'); | ||
@@ -8,0 +8,0 @@ module.exports = testCase({ |
Sorry, the diff of this file is not supported yet
+ Addedlodash@3.10.1
+ Addedasync@1.4.2(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedunderscore@^1.8.3
- Removedasync@0.9.2(transitive)
- Removedunderscore@1.13.7(transitive)
Updatedasync@1.4.2