chronoshift
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -5,3 +5,3 @@ 'use strict'; | ||
var moment = require('moment-timezone'); | ||
var moment = require('moment-timezone-tsc'); | ||
var immutableClass = require('immutable-class'); | ||
@@ -8,0 +8,0 @@ |
@@ -1,2 +0,2 @@ | ||
import * as moment from 'moment-timezone'; | ||
import * as moment from 'moment-timezone-tsc'; | ||
import { Timezone } from '../timezone/timezone'; | ||
@@ -3,0 +3,0 @@ import { Duration } from '../duration/duration'; |
@@ -1,2 +0,2 @@ | ||
import * as moment from 'moment-timezone'; | ||
import * as moment from 'moment-timezone-tsc'; | ||
function adjustDay(day) { | ||
@@ -3,0 +3,0 @@ return (day + 6) % 7; |
@@ -1,2 +0,2 @@ | ||
import * as momentTz from 'moment-timezone'; | ||
import * as momentTz from 'moment-timezone-tsc'; | ||
export * from './date-parser/date-parser'; | ||
@@ -3,0 +3,0 @@ export * from './floor-shift-ceil/floor-shift-ceil'; |
@@ -1,2 +0,2 @@ | ||
import * as moment from 'moment-timezone'; | ||
import * as moment from 'moment-timezone-tsc'; | ||
import { isInstanceOf } from 'immutable-class'; | ||
@@ -3,0 +3,0 @@ var check; |
{ | ||
"name": "chronoshift", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A tiny library for shifting time with timezones", | ||
@@ -46,3 +46,2 @@ "keywords": [ | ||
"chai": "3.5.0", | ||
"dts-bundle": "0.5.0", | ||
"event-stream": "3.3.4", | ||
@@ -49,0 +48,0 @@ "gulp": "3.9.1", |
@@ -7,4 +7,4 @@ export default { | ||
'immutable-class', | ||
'moment-timezone' | ||
'moment-timezone-tsc' | ||
] | ||
}; |
Sorry, the diff of this file is too big to display
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
17
482693
35
8511