updated package.json for render

This commit is contained in:
ak 2023-09-01 20:10:32 -07:00
parent 0ed6b78b20
commit d42a37b864

View file

@ -1,7 +1,8 @@
{
"name": "express-mini-message-board",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},