Skip to content

Commit f813a0f

Browse files
committed
Typo on main file name
My Gulp process with asset-builder can't get the correct file because of typo
1 parent 886be39 commit f813a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
],
77
"description": "Create beautiful fullscreen scrolling websites",
88
"main": [
9-
"dist/jquery.fullPage.js",
10-
"dist/jquery.fullPage.css",
11-
"dist/jquery.fullPage.scss",
9+
"dist/jquery.fullpage.js",
10+
"dist/jquery.fullpage.css",
11+
"dist/jquery.fullpage.scss",
1212
"vendors/jquery.easings.min.js",
1313
"vendors/scrolloverflow.min.js"
1414
],

0 commit comments

Comments
 (0)