Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joropeza/ts-timezone-enum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Marcato-Partners/timezone-enum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 1, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    shirshendubhowmick Shirshendu Bhowmick
    Copy the full SHA
    9bd65b9 View commit details

Commits on Jul 7, 2024

  1. fix: dist markers

    shirshendubhowmick committed Jul 7, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    shirshendubhowmick Shirshendu Bhowmick
    Copy the full SHA
    82284fc View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    shirshendubhowmick Shirshendu Bhowmick
    Copy the full SHA
    51abb38 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    shirshendubhowmick Shirshendu Bhowmick
    Copy the full SHA
    342131e View commit details
  4. fix package.json

    shirshendubhowmick committed Jul 7, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    shirshendubhowmick Shirshendu Bhowmick
    Copy the full SHA
    b952557 View commit details
Showing with 3,856 additions and 13,752 deletions.
  1. +2 −1 .eslintrc.json
  2. +0 −4 jest.config.js
  3. +3,823 −13,706 package-lock.json
  4. +19 −20 package.json
  5. +0 −15 src/index.test.ts
  6. +8 −0 tsconfig.cjs.json
  7. +4 −6 tsconfig.json
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"airbnb"
"airbnb-base",
"'airbnb-typescript/base"
],
"plugins": [
"@typescript-eslint"
4 changes: 0 additions & 4 deletions jest.config.js

This file was deleted.

Loading