From 05630b2b95e24fa595045774ec052811182760ba Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 7 Apr 2014 10:22:08 -0400 Subject: [PATCH] update bower --- archive/v0.1.3/bower.json | 20 ++++++++++++++++++++ archive/v0.1.3/mithril.min.zip | Bin 20819 -> 20819 bytes docs/layout/bower.json | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 archive/v0.1.3/bower.json create mode 100644 docs/layout/bower.json diff --git a/archive/v0.1.3/bower.json b/archive/v0.1.3/bower.json new file mode 100644 index 00000000..d93b1edb --- /dev/null +++ b/archive/v0.1.3/bower.json @@ -0,0 +1,20 @@ +{ + "name": "mithril", + "version": "0.1.3", + "main": "mithril.min.js", + "description": "A Javascript Framework for building brilliant applications", + "authors": ["Leo Horie "], + "license": "MIT", + "ignore": [ + "*.html", + "*.css", + "*.zip", + "*.json", + "mithril-tests.js", + "archive", + "comparisons", + "lib", + "tools" + ], + "keywords": ["mithril", "mvc", "framework"] +} \ No newline at end of file diff --git a/archive/v0.1.3/mithril.min.zip b/archive/v0.1.3/mithril.min.zip index 263ab5e3416af8bc83736cf081dc8224c927b7f2..3067b3e6c856559054e2e1a97cf16261e6b74219 100644 GIT binary patch delta 49 wcmcb-i1G3wM&1B#W)?065ZD^jzLEEt95ayK{7vqbA&4>ga)2e6<_~lM0GsU*p#T5? delta 49 wcmcb-i1G3wM&1B#W)?065Rl#2wvqRl95ayK{7vqbA&4>ga)2e6<_~lM0Eo>Hxc~qF diff --git a/docs/layout/bower.json b/docs/layout/bower.json new file mode 100644 index 00000000..98d16489 --- /dev/null +++ b/docs/layout/bower.json @@ -0,0 +1,20 @@ +{ + "name": "mithril", + "version": "$version", + "main": "mithril.min.js", + "description": "A Javascript Framework for building brilliant applications", + "authors": ["Leo Horie "], + "license": "MIT", + "ignore": [ + "*.html", + "*.css", + "*.zip", + "*.json", + "mithril-tests.js", + "archive", + "comparisons", + "lib", + "tools" + ], + "keywords": ["mithril", "mvc", "framework"] +} \ No newline at end of file