Skip to content

Commit 96ab681

Browse files
committed
Adding $ dep
1 parent 115de82 commit 96ab681

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

package.json

+22-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"name": "slick-carousel",
3-
"version": "1.5.9",
4-
"description": "the last carousel you'll ever need",
5-
"main": "slick/slick.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/kenwheeler/slick.git"
9-
},
10-
"keywords": [
11-
"carousel",
12-
"slick",
13-
"responsive"
14-
],
15-
"author": "Ken Wheeler",
16-
"license": "MIT",
17-
"bugs": {
18-
"url": "https://github.com/kenwheeler/slick/issues"
19-
}
20-
}
2+
"name": "slick-carousel",
3+
"version": "1.5.9",
4+
"description": "the last carousel you'll ever need",
5+
"main": "slick/slick.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/kenwheeler/slick.git"
9+
},
10+
"keywords": [
11+
"carousel",
12+
"slick",
13+
"responsive"
14+
],
15+
"author": "Ken Wheeler",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/kenwheeler/slick/issues"
19+
},
20+
"dependencies": {
21+
"jquery": ">=1.7.2"
22+
}
23+
}

0 commit comments

Comments
 (0)