Skip to content

Commit

Permalink
add repository setting in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moritanian committed Mar 28, 2019
1 parent 44e2fb3 commit 24e03e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "emitting-analog-clock",
"version": "1.0.0",
"version": "1.1.0",
"description": "An emitting analog clock ",
"repository": {
"type": "git",
"url": "git+https://github.com/moritanian/emitting-analog-clock.git"
},
"homepage": "https://github.com/moritanian/emitting-analog-clock",
"main": "src/index.js",
"scripts": {
"build": "rollup -c"
Expand Down

0 comments on commit 24e03e8

Please sign in to comment.