Specify full SHAs when importing packages in bower.json

no issue
- removes warning: `bower password-generator#49accd7    short-sha Consider using longer commit SHA to avoid conflicts`
- fixes error: `bower jqueryui-touch-punch#*    error key must be a string or number. undefined`
This commit is contained in:
Kevin Ansfield 2015-11-24 16:39:14 +00:00
parent 91e86bde61
commit a1e7c485a1
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@
"jquery-file-upload": "9.5.6",
"jquery-hammerjs": "1.0.1",
"jquery-ui": "1.11.4",
"jqueryui-touch-punch": "furf/jquery-ui-touch-punch",
"jqueryui-touch-punch": "furf/jquery-ui-touch-punch#4bc009145202d9c7483ba85f3a236a8f3470354d",
"jquery.simulate.drag-sortable": "0.1.0",
"keymaster": "1.6.3",
"loader.js": "3.2.1",
"lodash": "~3.7.0",
"moment": "2.10.3",
"normalize.css": "3.0.3",
"password-generator": "git://github.com/bermi/password-generator#49accd7",
"password-generator": "git://github.com/bermi/password-generator#49accd739f60dfd0770d4af231f38311f482e308",
"pretender": "0.10.1",
"rangyinputs": "1.2.0",
"selectize": "~0.12.1",