Skip to content

Commit

Permalink
feat: add serve for Vercel hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Jun 13, 2021
1 parent 5f98dae commit 348c55f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "tether",
"version": "1.0.0",
"description": "A game about swinging a ball around and sheer destruction.",
"main": ".",
"scripts": {
"serve": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RayhanADev/tether.git"
},
"keywords": [],
"author": "RayhanADev",
"license": "MIT",
"bugs": {
"url": "https://github.com/RayhanADev/tether/issues"
},
"homepage": "https://github.com/RayhanADev/tether#readme"
}

1 comment on commit 348c55f

@vercel
Copy link

@vercel vercel bot commented on 348c55f Jun 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.