OO-ize DOM builder, improve performance (part 1), add benchmarking suite
This commit is contained in:
parent
c202c04631
commit
a7b2294c11
22 changed files with 1953 additions and 813 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"url": "git@github.com:lhorie/mithril.js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url" : "http://github.com/lhorie/mithril.js/issues"
|
||||
"url": "http://github.com/lhorie/mithril.js/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
"main": "mithril.js",
|
||||
"devDependencies": {
|
||||
"chai": "^3.4.0",
|
||||
"chai-string": "^1.1.4",
|
||||
"eslint": "^1.7.3",
|
||||
"grunt": "*",
|
||||
"grunt-cli": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue