From 7b9eee05952cd01b0dffc22780ff7786ff9dab64 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 20 Aug 2025 00:51:15 -0700 Subject: [PATCH] Update package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ae70a4..d48fe40 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "name": "tiny-ripple", - "version": "0.1.0", - "main": "index.js" + "version": "0.2.0", + "main": "index.js", + "files": [ + "index.js" + ] }