Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Feb 10, 2024
1 parent e7bd4e1 commit eca61ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@rbxts/commander",
"version": "0.1.2",
"version": "0.2.0",
"description": "A flexible command framework built for roblox-ts",
"main": "out/init.lua",
"scripts": {
"prepare": "npm run compile",
"compile": "rm -rf out && rbxtsc --verbose",
"postcompile": "rm -rf out/**/*.test.* && truncate -s 0 out/client/interface/app/config.lua",
"postcompile": "rm -rf out/**/*.test.* && echo \"return {}\" > out/client/interface/app/config.lua",
"watch": "rbxtsc -w --type=game -p test -i test/include",
"serve": "rojo serve test"
},
Expand Down

0 comments on commit eca61ee

Please sign in to comment.