backgrid-moment-cell
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -24,2 +24,6 @@ /* | ||
"use strict"; | ||
var exports = {}; | ||
/** | ||
@@ -36,3 +40,3 @@ MomentFormatter converts bi-directionally any datetime values in any format | ||
*/ | ||
var MomentFormatter = Backgrid.Extension.MomentFormatter = function (options) { | ||
var MomentFormatter = exports.MomentFormatter = Backgrid.Extension.MomentFormatter = function (options) { | ||
_.extend(this, this.defaults, options); | ||
@@ -162,3 +166,3 @@ }; | ||
*/ | ||
var MomentCell = Backgrid.Extension.MomentCell = Backgrid.Cell.extend({ | ||
var MomentCell = exports.MomentCell = Backgrid.Extension.MomentCell = Backgrid.Cell.extend({ | ||
@@ -205,2 +209,4 @@ editor: Backgrid.InputCellEditor, | ||
return exports; | ||
})); |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.3.5", | ||
"version": "0.3.8", | ||
"description": "Backgrid.js datetime cell type formatted via moment.js.", | ||
@@ -28,6 +28,6 @@ "homepage": "https://github.com/wyuenho/backgrid-moment-cell", | ||
"dependencies": { | ||
"backgrid": "~0.3.0", | ||
"moment": "~2.5.0", | ||
"underscore": "~1.5.2" | ||
"backgrid": "~0.3.7", | ||
"moment": "^2.12.0", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
{ | ||
"name": "backgrid-moment-cell", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Backgrid.js datetime cell type formatted via moment.js.", | ||
@@ -5,0 +5,0 @@ "main": "backgrid-moment-cell.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2966501
484
2798