mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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:
parent
a156a1ed08
commit
18472d7b33
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue