mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 21:40:39 -07:00
1.9.6
This commit is contained in:
Vendored
+3
-4
@@ -1514,10 +1514,9 @@ var suffixes = {
|
|||||||
2: 'nd',
|
2: 'nd',
|
||||||
3: 'rd',
|
3: 'rd',
|
||||||
'default': 'th'
|
'default': 'th'
|
||||||
};
|
|
||||||
|
|
||||||
// prototype extensions
|
// prototype extensions
|
||||||
var _date = {
|
};var _date = {
|
||||||
daysInMonth: function daysInMonth(d) {
|
daysInMonth: function daysInMonth(d) {
|
||||||
var feb = _date.isLeapYear(d) ? 29 : 28;
|
var feb = _date.isLeapYear(d) ? 29 : 28;
|
||||||
return [31, feb, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
return [31, feb, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
||||||
@@ -1701,7 +1700,7 @@ module.exports = strftime;
|
|||||||
},{}],21:[function(require,module,exports){
|
},{}],21:[function(require,module,exports){
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
|
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||||
|
|
||||||
var toStr = Object.prototype.toString;
|
var toStr = Object.prototype.toString;
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "liquidjs",
|
"name": "liquidjs",
|
||||||
"version": "1.9.5",
|
"version": "1.9.6",
|
||||||
"description": "A Liquid template engine for Node.js and browsers, with all shopify/liquid features.",
|
"description": "A Liquid template engine for Node.js and browsers, with all shopify/liquid features.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user