Repository: flex-utilities Updated Branches: refs/heads/develop 1491d7468 -> c22e215e2
Update package.json to get FlexJS 0.6.0 binaries; add FlatUI links Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/f38731f5 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/f38731f5 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/f38731f5 Branch: refs/heads/develop Commit: f38731f500056391a8bfafd36c24dddb830c0c86 Parents: 1491d74 Author: OmPrakash Muppirala <[email protected]> Authored: Wed Apr 6 17:53:04 2016 -0700 Committer: OmPrakash Muppirala <[email protected]> Committed: Thu Apr 7 00:21:00 2016 -0700 ---------------------------------------------------------------------- npm-flexjs/package.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f38731f5/npm-flexjs/package.json ---------------------------------------------------------------------- diff --git a/npm-flexjs/package.json b/npm-flexjs/package.json index 241ae12..3b93e08 100644 --- a/npm-flexjs/package.json +++ b/npm-flexjs/package.json @@ -34,17 +34,19 @@ "mxmlc": "./js/bin/mxmlcnpm" }, "org_apache_flex": { - "flexjs_path_binary": "flex/flexjs/0.5.0/binaries/", - "flexjs_file_name": "apache-flex-flexjs-0.5.0-bin.zip", - "falcon_path_binary": "flex/falcon/0.5.0/binaries/", - "falcon_file_name": "apache-flex-falconjx-0.5.0-bin.zip", - "flash_player_global_url": "http://download.macromedia.com/get/flashplayer/updaters/19/", - "flash_player_global_file_name": "playerglobal19_0.swc", - "adobe_air_url": "http://airdownload.adobe.com/air/win/download/19.0/", + "flexjs_path_binary": "flex/flexjs/0.6.0/binaries/", + "flexjs_file_name": "apache-flex-flexjs-0.6.0-bin.zip", + "falcon_path_binary": "flex/falcon/0.6.0/binaries/", + "falcon_file_name": "apache-flex-falconjx-0.6.0-bin.zip", + "flash_player_global_url": "http://download.macromedia.com/get/flashplayer/updaters/21/", + "flash_player_global_file_name": "playerglobal21_0.swc", + "adobe_air_url": "http://airdownload.adobe.com/air/win/download/21.0/", "adobe_air_file_name": "AdobeAIRSDK.zip", - "player_version": "19.0", - "swf_version": "30", + "player_version": "21.0", + "swf_version": "32", "swf_object_url": "http://github.com/swfobject/swfobject/archive/", - "swf_object_file_name": "2.2.zip" + "swf_object_file_name": "2.2.zip", + "flatui_url": "https://github.com/designmodo/Flat-UI/archive/", + "flatui_file_name": "2.2.2.zip" } }
