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

Commit 42cc554

Browse files
committed
Added peerDependencies to dependencies.
For compatibility with npm 3
1 parent a4f75b3 commit 42cc554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"peerDependencies": {
3636
"angular": "~1.3.15"
3737
},
38-
"dependencies": {},
38+
"dependencies": {
39+
"angular": "~1.3.15"
40+
},
3941
"repository": {
4042
"type": "git",
4143
"url": "https://github.com/joelmukuthu/angular-snapscroll.git"

0 commit comments

Comments
 (0)