Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit a4f75b3

Browse files
committed
Added sections missing from package.json
repository, keywords, author, license, bugs and homepage sections
1 parent 1a7b2cb commit a4f75b3

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,24 @@
3535
"peerDependencies": {
3636
"angular": "~1.3.15"
3737
},
38-
"dependencies": {}
38+
"dependencies": {},
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/joelmukuthu/angular-snapscroll.git"
42+
},
43+
"keywords": [
44+
"snapscroll",
45+
"snap-scroll",
46+
"angular-snapscroll",
47+
"angularjs-snapscroll"
48+
],
49+
"author": {
50+
"name": "Joel Mukuthu",
51+
"email": "[email protected]"
52+
},
53+
"license": "MIT",
54+
"bugs": {
55+
"url": "https://github.com/joelmukuthu/angular-snapscroll/issues"
56+
},
57+
"homepage": "https://github.com/joelmukuthu/angular-snapscroll"
3958
}

0 commit comments

Comments
 (0)