Skip to content

Commit

Permalink
chore: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Nov 19, 2023
1 parent 6131ca9 commit be89366
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Local Date
# Timezone Local Date

[![CI](https://github.com/dextertanyj/local-date/actions/workflows/ci.yml/badge.svg)](https://github.com/dextertanyj/local-date/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/dextertanyj/local-date/badge.svg?branch=master)](https://coveralls.io/github/dextertanyj/local-date?branch=master)
[![CI](https://github.com/dextertanyj/tz-local-date/actions/workflows/ci.yml/badge.svg)](https://github.com/dextertanyj/tz-local-date/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/dextertanyj/tz-local-date/badge.svg?branch=master)](https://coveralls.io/github/dextertanyj/tz-local-date?branch=master)

Fast timezone-aware date comparsion and manipulation.

Expand All @@ -13,10 +13,10 @@ Fast timezone-aware date comparsion and manipulation.

## Quickstart

**1. Install `local-date`.**
**1. Install `tz-local-date`.**

```shell
npm install local-date
npm install tz-local-date
```

**2. Initialize an instance with the desired timezone.**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "local-date",
"name": "tz-local-date",
"version": "1.0.0",
"description": "Fast timezone-aware date comparsion and manipulation",
"license": "MIT",
"main": "lib/cjs/index.js",
"type": "module",
"types": "lib/types/index.d.ts",
"homepage": "https://github.com/dextertanyj/local-date",
"homepage": "https://github.com/dextertanyj/tz-local-date",
"author": {
"name": "Dexter Tan",
"email": "dev@dextertanyj.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dextertanyj/local-date"
"url": "https://github.com/dextertanyj/tz-local-date"
},
"exports": {
".": {
Expand Down
File renamed without changes.

0 comments on commit be89366

Please sign in to comment.