mirror of
https://github.com/zoriya/flood.git
synced 2026-05-22 23:21:31 +00:00
Switch from Underscore to Lodash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ from 'underscore';
|
||||
import _ from 'lodash';
|
||||
import classnames from 'classnames';
|
||||
import React from 'react';
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user