Skip to content

Commit af84197

Browse files
committed
chore: fix main file path
1 parent 4a3cb11 commit af84197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-dropdown-hover",
33
"version": "1.1.0",
44
"description": "Bootstrap based responsive mulltilevel dropdown navigation menu with fascinating animations",
5-
"main": "boootstrap-dropdownhover.js",
5+
"main": "js/boootstrap-dropdownhover.js",
66
"scripts": {
77
"minify:css": "minify ./css/animate.css > ./css/animate.min.css && minify ./css/bootstrap-dropdownhover.css > ./css/bootstrap-dropdownhover.min.css",
88
"minify:js": "minify ./js/bootstrap-dropdownhover.js > ./js/bootstrap-dropdownhover.min.js",

0 commit comments

Comments
 (0)