Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hizaidii committed Feb 13, 2024
1 parent 990652a commit e607dd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"description": "A kanban board app that let's you create multiple boards, swimlanes, and tickets",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Husain Zaidi",
Expand Down

0 comments on commit e607dd0

Please sign in to comment.