Skip to content

Commit

Permalink
Plugins: Remove business plugins images
Browse files Browse the repository at this point in the history
  • Loading branch information
Tug committed Feb 25, 2016
1 parent a2172a8 commit cdf53d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions client/lib/plugins/utils.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* External dependencies
*/
var _pick = require( 'lodash/object/pick' ),
_assign = require( 'lodash/object/assign' ),
_map = require( 'lodash/collection/map' ),
filter = require( 'lodash/collection/filter' ),
_transform = require( 'lodash/object/transform' ),
_sortByAll = require( 'lodash/collection/sortByAll' ),
var pick = require( 'lodash/pick' ),
assign = require( 'lodash/assign' ),
map = require( 'lodash/map' ),
filter = require( 'lodash/filter' ),
transform = require( 'lodash/transform' ),
sortBy = require( 'lodash/sortBy' ),
sanitizeHtml = require( 'sanitize-html' );

/**
Expand Down
6 changes: 3 additions & 3 deletions client/my-sites/plugins/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import debugModule from 'debug';
import classNames from 'classnames';
import some from 'lodash/collection/some';
import find from 'lodash/collection/find';
import isEmpty from 'lodash/lang/isEmpty';
import some from 'lodash/some';
import find from 'lodash/find';
import isEmpty from 'lodash/isEmpty';

/**
* Internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion client/my-sites/plugins/plugin-list-header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import React from 'react';
import debounce from 'lodash/function/debounce';
import debounce from 'lodash/debounce';
import config from 'config';
import { findDOMNode } from 'react-dom';
import classNames from 'classnames';
Expand Down
Binary file removed public/images/upgrades/plugins/ecwid.png
Binary file not shown.
Binary file removed public/images/upgrades/plugins/gumroad.png
Binary file not shown.
Binary file removed public/images/upgrades/plugins/shopify-store.png
Binary file not shown.

0 comments on commit cdf53d3

Please sign in to comment.