Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Publish v0.3.1 fix time exports
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmeier committed Apr 29, 2024
1 parent d2675a8 commit 7cd178d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fire-lib-js",
"version": "0.3.0",
"version": "0.3.1",
"author": "Sören Meier <[email protected]>",
"type": "module",
"scripts": {
Expand All @@ -24,11 +24,11 @@
"./sync/Listeners": "./dist/sync/Listeners.js",
"./sync/NonConcurrent": "./dist/sync/NonConcurrent.js",
"./sync/Latest": "./dist/sync/Latest.js",
"./time/Date": "./src/time/Date.js",
"./time/DateTime": "./src/time/DateTime.js",
"./time/DateTimeRange": "./src/time/DateTimeRange.js",
"./time/Duration": "./src/time/Duration.js",
"./time/localization": "./src/time/localization.js",
"./time/Date": "./dist/time/Date.js",
"./time/DateTime": "./dist/time/DateTime.js",
"./time/DateTimeRange": "./dist/time/DateTimeRange.js",
"./time/Duration": "./dist/time/Duration.js",
"./time/localization": "./dist/time/localization.js",
"./utils": "./dist/utils/utils.js",
"./utils/colors": "./dist/utils/colors.js",

Expand Down

0 comments on commit 7cd178d

Please sign in to comment.