From e0b35b1991b226f9780850b2284cd81dfb153366 Mon Sep 17 00:00:00 2001 From: Aaike Van Roekeghem Date: Tue, 2 Jun 2015 19:13:52 +0700 Subject: [PATCH] added velocity --- .../github/julianshapiro/velocity@1.1.2.json | 10 ++++++++++ registry.json | 1 + 2 files changed, 11 insertions(+) create mode 100644 package-overrides/github/julianshapiro/velocity@1.1.2.json diff --git a/package-overrides/github/julianshapiro/velocity@1.1.2.json b/package-overrides/github/julianshapiro/velocity@1.1.2.json new file mode 100644 index 0000000..c5c1d06 --- /dev/null +++ b/package-overrides/github/julianshapiro/velocity@1.1.2.json @@ -0,0 +1,10 @@ +{ + "main": "velocity.js", + "files": [ + "velocity.js", + "velocity.min.js", + "velocity.ui.js", + "velocity.ui.min.js" + ], + "format": "global" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 918cfea..de28dc7 100644 --- a/registry.json +++ b/registry.json @@ -313,6 +313,7 @@ "url": "github:jspm/nodelibs-url", "util": "github:jspm/nodelibs-util", "vm": "github:jspm/nodelibs-vm", + "velocity": "github:julianshapiro/velocity", "vertxbus": "github:larrytin/bower-vertxbus", "virtual-dom": "npm:virtual-dom", "vue": "npm:vue",