Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Fixes OSS build: haste module -> commonJS invariant
Browse files Browse the repository at this point in the history
Reviewed By: mkonicek

Differential Revision: D3058276

fb-gh-sync-id: 07b98608f4e684b0e192f64743a82717e65772ea
shipit-source-id: 07b98608f4e684b0e192f64743a82717e65772ea
  • Loading branch information
bestander authored and Facebook Github Bot 1 committed Mar 16, 2016
1 parent ebb8576 commit 2273e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Image/AssetSourceResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PixelRatio = require('PixelRatio');
const Platform = require('Platform');

const assetPathUtils = require('../../local-cli/bundle/assetPathUtils');
const invariant = require('invariant');
const invariant = require('fbjs/lib/invariant');

/**
* Returns a path like 'assets/AwesomeModule/[email protected]'
Expand Down

0 comments on commit 2273e01

Please sign in to comment.