Fix package types?

This commit is contained in:
Gregory Schier
2025-11-18 08:39:07 -08:00
parent 9c52652a5e
commit f1b6c89186
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
"description": "Template functions for working with XML data",
"private": true,
"version": "0.1.0",
"main": "src/index.ts",
"main": "build/index.js",
"types": "src/index.ts",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",