Skip to content

Commit 02ff98b

Browse files
Merge pull request cdnjs#6535 from Amomo/parallax
add git auto-update in parallax
2 parents bcef80d + d95bce1 commit 02ff98b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

ajax/libs/parallax/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,14 @@
1616
"jquery",
1717
"javascript",
1818
"library"
19-
]
19+
],
20+
"autoupdate": {
21+
"source": "git",
22+
"target": "git://github.com/wagerfield/parallax.git",
23+
"basePath": "deploy",
24+
"files": [
25+
"jquery.parallax*.js",
26+
"parallax*.js"
27+
]
28+
}
2029
}

0 commit comments

Comments
 (0)