Skip to content

Commit

Permalink
Merge pull request facebook#3193 from fisherwebdev/remove_lodash
Browse files Browse the repository at this point in the history
Remove lodash devDependency
  • Loading branch information
zpao committed Feb 19, 2015
2 parents a2f7720 + 10d336d commit 02d225f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grunt/config/jsx.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var assign = require('../../src/stubs/Object.assign');
var grunt = require('grunt');
var _ = require('lodash');

var rootIDs = [
'React',
Expand All @@ -27,7 +27,7 @@ var test = {
'**/__tests__/*.js'
]),
getConfig: function() {
return _.merge({}, normal.getConfig(), {
return assign({}, normal.getConfig(), {
mocking: true
});
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"gzip-js": "~0.3.2",
"jasmine-tapreporter": "~0.2.2",
"jest-cli": "^0.2.1",
"lodash": "~2.4.1",
"optimist": "~0.6.0",
"phantomjs": "~1.9",
"platform": "^1.1.0",
Expand Down

0 comments on commit 02d225f

Please sign in to comment.