Skip to content

Commit

Permalink
docs: add getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Oct 2, 2023
1 parent 5b5c7cb commit 54b186c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/create-brisa-app/create-brisa-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "{
\"start\": \"brisa start\"
},
\"dependencies\": {
\"brisa\": \"latest\"
\"brisa\": \"0.0.2\"
},
\"devDependencies\": {
\"bun-types\": \"latest\"
Expand Down
7 changes: 6 additions & 1 deletion src/create-brisa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "create-brisa-app",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"type": "module",
"author": {
"name": "Aral Roca Gòmez",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/aralroca/brisa.git"
},
"files": [
"create-brisa-app.sh"
],
Expand Down

0 comments on commit 54b186c

Please sign in to comment.