update bower

This commit is contained in:
Leo Horie 2014-04-07 10:22:08 -04:00
parent 232b02a082
commit 05630b2b95
3 changed files with 40 additions and 0 deletions

20
archive/v0.1.3/bower.json Normal file
View file

@ -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 <lhorie@hotmail.com>"],
"license": "MIT",
"ignore": [
"*.html",
"*.css",
"*.zip",
"*.json",
"mithril-tests.js",
"archive",
"comparisons",
"lib",
"tools"
],
"keywords": ["mithril", "mvc", "framework"]
}

Binary file not shown.

20
docs/layout/bower.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "mithril",
"version": "$version",
"main": "mithril.min.js",
"description": "A Javascript Framework for building brilliant applications",
"authors": ["Leo Horie <lhorie@hotmail.com>"],
"license": "MIT",
"ignore": [
"*.html",
"*.css",
"*.zip",
"*.json",
"mithril-tests.js",
"archive",
"comparisons",
"lib",
"tools"
],
"keywords": ["mithril", "mvc", "framework"]
}