]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
updating npm and readme for 0.5.0
authorTim Wood <washwithcare@gmail.com>
Mon, 13 Jun 2011 16:19:19 +0000 (09:19 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 13 Jun 2011 16:19:19 +0000 (09:19 -0700)
README.markdown
package.json
underscore.date.js

index cde8bda633585df7f52c7b9cde61ea28f0fd720f..40cb3abff5314c64d28966af54a69e043575dd6a 100755 (executable)
@@ -553,6 +553,11 @@ Everyone who helped with [php.js date](http://phpjs.org/functions/date:380).
 
 [Ryan McGeary](http://ryan.mcgeary.org/) for his work on the [jQuery timeago plugin](http://timeago.yarp.com/).
 
+License
+=======
+
+Underscore.date is freely distributable under the terms of the MIT license.
+
 Changelog
 =========
 
index b6ab629f0b097ca8a70ccf663a720441846fd6ee..bc7da9015ad75e4e333514e40a87d0be4a6fa2a8 100755 (executable)
@@ -1,6 +1,6 @@
 {
   "name": "underscore.date",
-  "version": "0.4.1",
+  "version": "0.5.0",
   "description": "Underscore.date is a JavaScript Date utility library built on top of Underscore.js",
   "homepage": "https://github.com/timrwood/underscore.date",
   "author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
index 5ad79f8c1d8b6a60e51ed80ced960c211bc8f865..076a5c674f480c905e0f1330f82b729ad12c0d6e 100755 (executable)
@@ -3,7 +3,7 @@
 // (c) 2011 Tim Wood
 // Underscore.date is freely distributable under the terms of the MIT license.
 //
-// Version 0.4.1
+// Version 0.5.0
 
 (function (undefined) {