Skip to content

Commit

Permalink
feat: add npm start command
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jun 29, 2020
1 parent 4d0944a commit 34ae78b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "paint",
"version": "1.0.0",
"description": "A web-based clone of Microsoft Paint.",
"scripts": {
"start": "snowpack dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christianliebel/paint.git"
Expand Down

0 comments on commit 34ae78b

Please sign in to comment.