Merge branch 'cubism' of https://github.com/vatesfr/xo-web into cubism

This commit is contained in:
Florent BEAUCHAMP
2015-09-22 19:09:35 +02:00
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import angular from 'angular'
import cubism from 'cubism'
import d3 from 'd3'
import clone from 'lodash.cloneDeep'
import clone from 'lodash.clonedeep'
import find from 'lodash.find'
import filter from 'lodash.filter'
import foreach from 'lodash.foreach'
+3 -1
View File
@@ -118,5 +118,7 @@
],
"parser": "babel-eslint"
},
"dependencies": {}
"dependencies": {
"lodash.clonedeep": "^3.0.2"
}
}