Skip to content

Commit 5c68d3d

Browse files
committed
Version 1.0.1
1 parent 2b36380 commit 5c68d3d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ node_modules/
22
package-lock
33
tsconfig
44
yarn.lock
5+
src/
6+
src/index.ts
7+
8+
tsconfig
59

610
.expo/
711
npm-debug.*

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Now everyone can create full fletched `Clock` and `Date` `Time` service using th
1313
- [Getting started](#getting-started)
1414
- [Overview](#overview)
1515
- [Method and Props Configuration](#method-and-props-configuration)
16+
- [Feature Update](#feature-update)
1617
- [Author](#author)
1718
- [License](#license)
1819
<!-- Contents -->
@@ -183,6 +184,12 @@ Output: 10 October Friday 10:00:00am
183184

184185
<!-- method and props -->
185186

187+
<!-- -->
188+
189+
# Feature Update
190+
191+
##### We are working on this for improving the package which helps everyone thanks 🙏🏻
192+
186193
<!-- author -->
187194

188195
# Author

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hirishu10/simple-date-time",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple and very helpful package to get the Date Time functionality",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)