Skip to content

Commit

Permalink
chore: release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Feb 23, 2024
1 parent 34d8c27 commit a00f93b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formkit/tempo",
"version": "0.0.10",
"version": "0.0.11",
"description": "The easiest way to work with dates in JavaScript and TypeScript.",
"type": "module",
"main": "dist/index.cjs",
Expand All @@ -25,8 +25,17 @@
"publint": "publint",
"release": "pnpm build && bumpp && pnpm publish"
},
"files": ["dist", "docs/public/read-the-docs.png", "docs/public/tempo.png"],
"keywords": ["date", "time", "internationalization", "date format"],
"files": [
"dist",
"docs/public/read-the-docs.png",
"docs/public/tempo.png"
],
"keywords": [
"date",
"time",
"internationalization",
"date format"
],
"author": "Justin Schroeder <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit a00f93b

Please sign in to comment.