Update Knockout to 2.3.0

This commit is contained in:
Michael Best
2013-07-08 15:51:16 -10:00
parent 871b88c8f9
commit 1fa6905105
+14 -20
View File
@@ -1,25 +1,19 @@
{
"name": "knockout",
"filename": "knockout-min.js",
"version": "2.2.1",
"description": "Simplify dynamic JavaScript UIs by applying the Model-View-View Model (MVVM)",
"homepage": "http://knockoutjs.com/",
"version": "2.3.0",
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
"url": "http://knockoutjs.com/",
"license": "MIT",
"author": "The Knockout.js team",
"keywords": [
"mvvm",
"ui",
"templating"
],
"maintainers": [
{
"name": "Steven Sanderson",
"email": "steve@codeville.net",
"web": "http://blog.stevensanderson.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/SteveSanderson/knockout"
}
]
"mvvm",
"ui",
"templating"
],
"repository": {
"type": "git",
"url": "https://github.com/knockout/knockout.git"
},
"bugs": "https://github.com/knockout/knockout/issues"
}