@date-io/moment
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -0,1 +1,2 @@ | ||
import "../type/index"; | ||
export { default } from "./moment-utils"; |
import defaultMoment from 'moment'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var MomentUtils = /** @class */ (function () { | ||
@@ -4,0 +6,0 @@ function MomentUtils(_a) { |
@@ -7,2 +7,4 @@ 'use strict'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var MomentUtils = /** @class */ (function () { | ||
@@ -9,0 +11,0 @@ function MomentUtils(_a) { |
{ | ||
"name": "@date-io/moment", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -41,3 +41,3 @@ "main": "build/index.js", | ||
"license": "MIT", | ||
"gitHead": "005dd5deb886eaecdf4718c2dc160521265ca807" | ||
"gitHead": "e809b7eb8d197c3dba8727e22d783923bd96cfb5" | ||
} |
@@ -0,1 +1,2 @@ | ||
import "../type/index"; | ||
export { default } from "./moment-utils"; |
27199
723