Skip to content

Commit 1de0107

Browse files
authored
Fix Safari compatibility issue. (#10)
1 parent 49003b2 commit 1de0107

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tubular/time",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "Date/time, IANA timezones, calendar with settable Julian/Gregorian switchover",
55
"browser": "dist/web/index.js",
66
"browser-es5": "dist/web5/index.js",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@tubular/math": "^2.2.1",
41-
"@tubular/util": "^3.6.0"
41+
"@tubular/util": "^3.6.1"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "^7.13.16",
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/eslint-plugin": "^4.22.0",
5151
"@typescript-eslint/parser": "^4.22.0",
5252
"babel-loader": "^8.2.2",
53-
"by-request": "^1.2.3",
53+
"by-request": "^1.2.4",
5454
"chai": "^4.2.0",
5555
"coveralls": "^3.1.0",
5656
"eslint": "^7.25.0",

0 commit comments

Comments
 (0)