This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2675a8
commit 7cd178d
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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", | ||
|
||
|