Rename template-function-datetime

This commit is contained in:
Gregory Schier
2025-07-23 12:42:54 -07:00
parent 0b38948826
commit 86a09642e7
6 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "@yaak/template-function-timestamp",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"date-fns": "^4.1.0"
}
}