Skip to content

Commit

Permalink
Framework: replace wpcom-private by wpcom-unpublished
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Nov 20, 2015
1 parent 7dae4f1 commit 5faec78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"walk": "2.3.4",
"webpack": "1.12.6",
"webpack-dev-middleware": "1.2.0",
"wpcom-private": "https://cldup.com/uCVC3inECmP/GHgpcP.tgz#3.6.0",
"wpcom-unpublished": "1.0.1",
"wpcom-proxy-request": "1.0.4",
"wpcom-xhr-request": "0.3.1",
"xgettext-js": "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion shared/lib/wpcom-undocumented/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
var WPCOM = require( 'wpcom-private' ),
var WPCOM = require( 'wpcom-unpublished' ),
inherits = require( 'inherits' ),
assign = require( 'lodash/object/assign' ),
debug = require( 'debug' )( 'calypso:wpcom-undocumented' );
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ webpackConfig = {
if ( CALYPSO_ENV === 'desktop' || CALYPSO_ENV === 'desktop-mac-app-store' ) {
webpackConfig.output.filename = '[name].js';
} else {
webpackConfig.entry.vendor = [ 'react', 'store', 'page', 'wpcom-private', 'jed', 'debug' ];
webpackConfig.entry.vendor = [ 'react', 'store', 'page', 'wpcom-unpublished', 'jed', 'debug' ];
webpackConfig.plugins.push( new webpack.optimize.CommonsChunkPlugin( 'vendor', '[name].[hash].js' ) );
webpackConfig.plugins.push( new ChunkFileNamePlugin() );
}
Expand Down

0 comments on commit 5faec78

Please sign in to comment.