Merge pull request #2 from imnyang/main

chore: update version to 0.2.0 in package.json
This commit is contained in:
암냥 2025-11-28 11:40:06 +09:00 committed by GitHub
commit 35e7a14d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ {
"name": "@imnyang/comcigan.ts", "name": "@imnyang/comcigan.ts",
"version": "0.0.0-development", "version": "0.2.0",
"description": "A Comcigan parser written in TypeScript", "description": "A Comcigan parser written in TypeScript",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",