Skip to content

Commit

Permalink
Add missing repository field (preactjs#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jul 14, 2019
1 parent 969655a commit 47fe231
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 @@ -2,6 +2,10 @@
"name": "preact-www",
"version": "0.3.0",
"description": "Preact website.",
"repository": {
"type": "git",
"url": "https://github.com/preactjs/preact-www.git"
},
"scripts": {
"dev": "preact watch --template src/template.html",
"start": "npm run -s server",
Expand Down

0 comments on commit 47fe231

Please sign in to comment.