Skip to content

Commit

Permalink
chore(blazebuild): add version to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <[email protected]>
  • Loading branch information
virtual-designer authored Jul 8, 2024
1 parent 13e739b commit 960b36d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blazebuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "blazebuild",
"main": "src/main/typescript/index.ts",
"module": "src/main/typescript/index.ts",
"version": "1.0.0-beta.1",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
Expand All @@ -25,4 +26,4 @@
"./src/main/typescript/types/build.ts"]
}
}
}
}

0 comments on commit 960b36d

Please sign in to comment.