mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Bower dependency cleanup
issue #2272 - handlebars version should match node (1.3.0) - iCheck isn't used
This commit is contained in:
parent
c4d4f66a38
commit
c1ba89c120
2 changed files with 3 additions and 4 deletions
|
@ -444,7 +444,7 @@ var path = require('path'),
|
|||
|
||||
'bower_components/lodash/dist/lodash.underscore.js',
|
||||
'bower_components/backbone/backbone.js',
|
||||
'bower_components/handlebars.js/dist/handlebars.runtime.js',
|
||||
'bower_components/handlebars/handlebars.runtime.js',
|
||||
'bower_components/moment/moment.js',
|
||||
'bower_components/jquery-file-upload/js/jquery.fileupload.js',
|
||||
'bower_components/codemirror/lib/codemirror.js',
|
||||
|
@ -500,7 +500,7 @@ var path = require('path'),
|
|||
|
||||
'bower_components/lodash/dist/lodash.underscore.js',
|
||||
'bower_components/backbone/backbone.js',
|
||||
'bower_components/handlebars.js/dist/handlebars.runtime.js',
|
||||
'bower_components/handlebars/handlebars.runtime.js',
|
||||
'bower_components/moment/moment.js',
|
||||
'bower_components/jquery-file-upload/js/jquery.fileupload.js',
|
||||
'bower_components/codemirror/lib/codemirror.js',
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
"Countable": "2.0.2",
|
||||
"fastclick": "1.0.0",
|
||||
"ghost-ui": "0.1.0",
|
||||
"handlebars.js": "1.0.0",
|
||||
"iCheck": "1.0.1",
|
||||
"handlebars": "1.3.0",
|
||||
"jquery": "1.11.0",
|
||||
"jquery-file-upload": "9.5.6",
|
||||
"jquery-hammerjs": "1.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue