update bower
This commit is contained in:
parent
232b02a082
commit
05630b2b95
3 changed files with 40 additions and 0 deletions
20
archive/v0.1.3/bower.json
Normal file
20
archive/v0.1.3/bower.json
Normal 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
20
docs/layout/bower.json
Normal 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"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue