Skip to content

Commit

Permalink
install jquery-color from npm since jquery/jquery-color#84 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithgol committed Mar 3, 2018
1 parent fe90260 commit c923a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="style/main.css">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery-color/jquery.color.js"></script>
<script src="node_modules/jquery-color/dist/jquery.color.js"></script>
<script src="node_modules/jquery.hotkeys/jquery.hotkeys.js"></script>
<script src="node_modules/jquery.scrollto/jquery.scrollTo.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"font-awesome": "~4.7.0",
"ftp-fileecho-list": "~3.0.7",
"jquery": "~3.3.1",
"jquery-color": "https://github.com/jquery/jquery-color/tarball/485460cc0109cef100a1a6afd0d0225292bd69b9",
"jquery-color": "~3.0.0-alpha.1",
"jquery.hotkeys": "~0.1.0",
"jquery.scrollto": "~2.1.2",
"mime": "~2.2.0",
Expand Down

0 comments on commit c923a76

Please sign in to comment.