Skip to content

Commit 314352a

Browse files
committed
package.json
1 parent 6159d02 commit 314352a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-sparklines",
3-
"version": "1.7.0",
4-
"description": "Beautiful and expressive Sparklines component for React ",
2+
"name": "@jrwats/react-sparklines",
3+
"version": "1.7.1",
4+
"description": "Hacked up / forked Sparklines",
55
"main": "build/index.js",
66
"directories": {
77
"src": "src/"
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/borisyankov/react-sparklines.git"
19+
"url": "git+https://github.com/jrwats/react-sparklines.git"
2020
},
2121
"keywords": [
2222
"react",
@@ -27,12 +27,15 @@
2727
"visualization",
2828
"jsx"
2929
],
30-
"author": "Boris Yankov <[email protected]> (https://github.com/borisyankov)",
30+
"authors": [
31+
"Boris Yankov <[email protected]> (https://github.com/borisyankov)",
32+
"jrwats"
33+
],
3134
"license": "MIT",
3235
"bugs": {
33-
"url": "https://github.com/borisyankov/react-sparklines/issues"
36+
"url": "https://github.com/jrwats/react-sparklines/issues"
3437
},
35-
"homepage": "https://github.com/borisyankov/react-sparklines#readme",
38+
"homepage": "https://github.com/jrwats/react-sparklines#readme",
3639
"devDependencies": {
3740
"babel": "^6.5.2",
3841
"babel-core": "^6.8.0",

0 commit comments

Comments
 (0)