Skip to content

Commit

Permalink
feat: Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
hardope committed Oct 17, 2024
1 parent d4a7147 commit 9f3dffa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.0.0-development",
"description": "A package to initialize a basic Express.js project with turbo speed",
"main": "dist/index.js",
"bin": {
"turbo": "./bin/turbo.js"
},
"bin": "./bin/turbo.js",
"scripts": {
"build": "mkdir -p dist && cp -r src/* dist/",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 9f3dffa

Please sign in to comment.