diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-03-03 16:43:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-03-03 16:43:55 +0200 |
| commit | 7f3665b501217db16deb62d079cc18506f6ac566 (patch) | |
| tree | 8586fe866b9a0a8842cfd3ff9cd074d1a3bb7425 | |
| parent | e6774fa740ea303073f77f3f7e50ce3e03e8de58 (diff) | |
Add repository field to package.json
| -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", |
