Skip to content

Commit e3106ed

Browse files
committed
add repo to package.json
1 parent bef22db commit e3106ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "react-scroll-parallax",
33
"version": "1.0.0",
44
"description": "React component to create parallax scrolling effects",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/jscottsmith/react-scroll-parallax"
8+
},
59
"main": "index.js",
610
"scripts": {
711
"dev": "webpack --progress --colors --watch",

0 commit comments

Comments
 (0)