Skip to content

Commit d95bce1

Browse files
committed
add git auto-update in parallax, close cdnjs#6515
1 parent 461052b commit d95bce1

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)