Skip to content

Commit

Permalink
Change formatVersion to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
butterywombat committed Nov 12, 2015
1 parent da2f2ce commit 5e14d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ Cartero.prototype.writeMetaDataFile = function( callback ) {
}, {} );

var metaData = JSON.stringify( {
formatVersion : 2,
formatVersion : 3,
packageMap : packageMap,
entryPointMap : entryPointMap,
assetMap: _this.assetMap
Expand Down

0 comments on commit 5e14d5a

Please sign in to comment.