From 3670204b9c91e81d2a0db566386ede2a3c01de40 Mon Sep 17 00:00:00 2001 From: Aaike Van Roekeghem Date: Thu, 18 Dec 2014 10:15:02 +0700 Subject: [PATCH] added flowtype --- .../github/simplefocus/FlowType.JS@1.1.0.json | 14 ++++++++++++++ registry.json | 1 + 2 files changed, 15 insertions(+) create mode 100644 package-overrides/github/simplefocus/FlowType.JS@1.1.0.json diff --git a/package-overrides/github/simplefocus/FlowType.JS@1.1.0.json b/package-overrides/github/simplefocus/FlowType.JS@1.1.0.json new file mode 100644 index 0000000..63a3597 --- /dev/null +++ b/package-overrides/github/simplefocus/FlowType.JS@1.1.0.json @@ -0,0 +1,14 @@ +{ + "main": "flowtype", + "shim": { + "flowtype": { + "deps": [ + "jquery" + ] + } + }, + "registry": "jspm", + "dependencies": { + "jquery": "jquery@^2.1.2" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 4fdf957..92e0d55 100644 --- a/registry.json +++ b/registry.json @@ -62,6 +62,7 @@ "famous": "github:Famous/famous", "famous-angular": "github:Famous/famous-angular", "famous-polyfills": "github:Famous/polyfills", + "flowtype": "github:simplefocus/FlowType.JS", "font-awesome": "npm:font-awesome", "foundation": "github:zurb/bower-foundation", "hammer": "github:hammerjs/hammer.js",