Skip to content

Commit

Permalink
Removed runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Sep 2, 2023
1 parent 743ac48 commit b52ef5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
11 changes: 5 additions & 6 deletions packages/create-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-cli/create-solid",
"version": "0.0.10",
"version": "0.0.11",
"description": "A stripped down Solid CLI just for creating new projects",
"author": "Thomas Beer & Rahul Batra",
"license": "MIT",
Expand Down Expand Up @@ -29,13 +29,12 @@
"@solid-cli/commands": "workspace:*",
"jiti": "^1.19.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"@clack/prompts": "0.6.3",
"picocolors": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@clack/prompts": "0.6.3",
"picocolors": "^1.0.0"
}
"dependencies": {}
}
12 changes: 4 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit b52ef5f

Please sign in to comment.