Removing @flow annotation

This commit is contained in:
Jonathan Carter
2015-11-01 12:23:43 -08:00
parent 44d3fbc7e4
commit 58fd1f7a14

View File

@@ -1,8 +1,3 @@
/**
* @providesModule CodePush
* @flow
*/
'use strict';
var extend = require("extend");