Update package.json

This commit is contained in:
2025-08-20 00:51:15 -07:00
committed by GitHub
parent 6997116a29
commit 7b9eee0595

View File

@@ -1,5 +1,8 @@
{ {
"name": "tiny-ripple", "name": "tiny-ripple",
"version": "0.1.0", "version": "0.2.0",
"main": "index.js" "main": "index.js",
"files": [
"index.js"
]
} }