Switch from Underscore to Lodash

This commit is contained in:
John Furrow
2015-11-08 22:16:14 -08:00
parent 9e2c8ff37d
commit 976223d2f8
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
import _ from 'underscore';
import _ from 'lodash';
import classnames from 'classnames';
import React from 'react';
+1 -1
View File
@@ -25,6 +25,7 @@
"isomorphic-fetch": "^2.1.1",
"jade": "~1.9.2",
"keymirror": "^0.1.1",
"lodash": "^3.10.1",
"morgan": "~1.5.1",
"object-assign": "^2.0.0",
"q": "^1.2.0",
@@ -37,7 +38,6 @@
"reselect": "^2.0.0",
"sax": "^0.6.1",
"serve-favicon": "~2.2.0",
"underscore": "^1.8.3",
"xmlbuilder": "^2.6.2",
"xmlrpc": "^1.3.0"
},