moment-duration-format
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "moment-duration-format", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A moment.js plugin for formatting durations.", | ||
@@ -11,4 +11,3 @@ "main": "lib/moment-duration-format.js", | ||
"authors": [ | ||
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)", | ||
"Jarvis Badgley <chiper@chipersoft.com>" | ||
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)" | ||
], | ||
@@ -15,0 +14,0 @@ "keywords": [ |
@@ -1,4 +0,4 @@ | ||
/*! Moment Duration Format v1.2.0 | ||
/*! Moment Duration Format v1.2.1 | ||
* https://github.com/jsmreese/moment-duration-format | ||
* Date: 2014-04-23 | ||
* Date: 2014-04-24 | ||
* | ||
@@ -79,3 +79,3 @@ * Duration format plugin function for the Moment.js library | ||
// require moment | ||
_ = require('moment'); | ||
moment = require('moment'); | ||
} else if (root.moment) { | ||
@@ -82,0 +82,0 @@ moment = root.moment; |
{ | ||
"name": "moment-duration-format", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A moment.js plugin for formatting durations.", | ||
@@ -11,4 +11,3 @@ "main": "lib/moment-duration-format.js", | ||
"authors": [ | ||
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)", | ||
"Jarvis Badgley <chiper@chipersoft.com>" | ||
"John Madhavan-Reese <jsmreese@pureshare.com> (http://pureshare.com/)" | ||
], | ||
@@ -15,0 +14,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ #Moment Duration Format | ||
##### Bower | ||
`bowser install moment-duration-format` | ||
`bower install moment-duration-format` | ||
@@ -22,0 +22,0 @@ ##### Browser |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
700238
19832