Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aldhyx authored May 9, 2020
1 parent 1a140a0 commit 9e36515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "Bolapedia",
"description": "a really cool app",
"version": "1.0.0",
"main": "index.html",
"engines": {
"node": "12.16.3",
"npm": "6.14.4"
},
"scripts": {
"start": "node index.html"
"start": "npm install && node index.html"
}
}

1 comment on commit 9e36515

@vercel
Copy link

@vercel vercel bot commented on 9e36515 May 9, 2020

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.