From 1fa69051053e8946fa1bbb9b2ada8ba98b65bf7a Mon Sep 17 00:00:00 2001 From: Michael Best Date: Mon, 8 Jul 2013 15:51:16 -1000 Subject: [PATCH] Update Knockout to 2.3.0 --- ajax/libs/knockout/package.json | 34 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/ajax/libs/knockout/package.json b/ajax/libs/knockout/package.json index a5e70f9bb..47ff33baa 100644 --- a/ajax/libs/knockout/package.json +++ b/ajax/libs/knockout/package.json @@ -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" }