From 020ac91ab9ae9ed5414d457a1d339c10ade2f092 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Wed, 8 Apr 2026 01:30:52 +0200 Subject: [PATCH] correct readme, add lisence --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa34dd5..ebdd51f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Treat a directory as a template. File paths and contents support conditionals (` ## Install ```sh -bun install tdir zod +bun add @gregorlohaus/tdir zod ``` ## Quick start diff --git a/package.json b/package.json index f4f82f3..509b8b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@gregorlohaus/tdir", "version": "0.1.0", + "license": "MIT", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",