Skip to content

Commit fc86298

Browse files
Anwar HussainAnwar Hussain
authored andcommitted
adds github link in package.json
1 parent 1a7b2cc commit fc86298

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vuejs-countdown
22
A simple countdown timer component for vue js 2.0
33

4-
![screenshot](scr.png "Vue JS Countdown")
4+
![screenshot](https://raw.githubusercontent.com/getanwar/vuejs-countdown/master/scr.png "Vue JS Countdown")
55

66
## Installation
77
#### npm

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44
"description": "A simple countdown timer component for vue js 2.0",
55
"main": "Countdown.vue",
66
"scripts": {},
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/getanwar/vuejs-countdown.git"
10+
},
711
"keywords": [
812
"Countdown",
913
"timer",
1014
"vue countdown"
1115
],
16+
"bugs": {
17+
"url": "https://github.com/getanwar/vuejs-countdown/issues"
18+
},
1219
"author": "Anwar H.",
1320
"license": "MIT"
1421
}

0 commit comments

Comments
 (0)