Skip to content

Commit

Permalink
refactor: update package.json, remove stories
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Dec 3, 2023
1 parent e1d87a9 commit 3e7392d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 97 deletions.
25 changes: 9 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,38 @@
{
"name": "@rbxts/commander",
"version": "1.0.0",
"description": "Type-safe command framework for Roblox",
"description": "A flexible command framework built for roblox-ts",
"private": true,
"main": "out/init.lua",
"scripts": {
"compile": "rbxtsc --verbose",
"watch": "rbxtsc -w --type=game -p test -i test/include",
"serve": "rojo serve test"
},
"keywords": [
"roblox",
"typescript",
"command"
],
"keywords": ["roblox-ts", "rbxts", "command"],
"author": "paradoxuum",
"license": "MIT",
"types": "out/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/paradoxuum/commander"
"url": "https://github.com/paradoxuum/commander.git"
},
"files": [
"out",
"!**/*.tsbuildinfo"
],
"bugs": {
"url": "https://github.com/paradoxuum/commander/issues"
},
"files": ["out", "!**/*.tsbuildinfo"],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@rbxts/compiler-types": "2.2.0-types.0",
"@rbxts/midori": "^0.1.3",
"@rbxts/types": "^1.0.736",
"roblox-ts": "^2.2.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@rbxts/midori": "^0.1.3",
"@rbxts/pretty-react-hooks": "^0.3.3",
"@rbxts/react-reflex": "^0.2.0",
"@rbxts/react-roblox": "^0.2.0",
Expand All @@ -46,10 +42,7 @@
"@rbxts/roact": "npm:@rbxts/react-ts@^1.0.1",
"@rbxts/rust-classes": "^0.12.0",
"@rbxts/services": "^1.5.1",
"@rbxts/set-timeout": "^1.1.2",
"@rbxts/sift": "^0.0.8",
"@rbxts/t": "^3.1.0",
"@rbxts/testez": "0.4.2-ts.0",
"@rbxts/ui-labs": "^1.0.2"
"@rbxts/t": "^3.1.0"
}
}
32 changes: 4 additions & 28 deletions pnpm-lock.yaml

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

40 changes: 0 additions & 40 deletions src/client/interface/stories/Terminal.story.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions src/client/interface/util/story.ts

This file was deleted.

0 comments on commit 3e7392d

Please sign in to comment.