Skip to content

Commit

Permalink
build: update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrison authored and Garrison committed Nov 2, 2023
1 parent 9edf39c commit 9c1e012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@garrigarrison/datetime",
"private": false,
"version": "1.0.6",
"version": "1.0.8",
"description": "converter DateTime into timestamp and revert",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
build: {
lib: {
entry: resolve(__dirname, 'src/index.ts'),
name: 'datetime',
name: 'Datetime',
fileName: 'datetime',
},
},
Expand Down

0 comments on commit 9c1e012

Please sign in to comment.