diff options
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index d20b942..5ee0a57 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "author": "Jan Tuomi <jans.tuomi@gmail.com>", "license": "MIT", + "repository": { + "url": "https://github.com/jantuomi/riot-parcel-example", + "type": "git" + }, "scripts": { "build": "riot src/components src/tags.js && parcel build --public-url=./ src/index.html", "start": "yarn watch", |
