Skip to content

Commit

Permalink
chore: 패키지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnlee committed May 16, 2024
1 parent c39f1d4 commit fd04284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hwp.js/parser",
"version": "0.0.4-alpha.2",
"version": "0.0.4-alpha.3",
"type": "module",
"sideEffect": false,
"exports": {
Expand Down Expand Up @@ -30,6 +30,7 @@
],
"scripts": {
"build": "tsup",
"prepack": "tsup",
"lint": "eslint ./src",
"test": "node --import tsx --test **/*.test.ts",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit fd04284

Please sign in to comment.