0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #5723 from ErisDS/dep-typeahead

Dep: Remove typeahead
This commit is contained in:
Sebastian Gierlinger 2015-08-26 10:35:57 +02:00
commit 1f3ebd44dd
2 changed files with 0 additions and 2 deletions

View file

@ -64,7 +64,6 @@ app.import('bower_components/codemirror/mode/javascript/javascript.js');
app.import('bower_components/xregexp/xregexp-all.js');
app.import('bower_components/password-generator/lib/password-generator.js');
app.import('bower_components/blueimp-md5/js/md5.js');
app.import('bower_components/typeahead.js/dist/typeahead.bundle.js');
// 'dem Styles
app.import('bower_components/codemirror/lib/codemirror.css');

View file

@ -28,7 +28,6 @@
"selectize": "~0.12.1",
"showdown-ghost": "0.3.6",
"sinonjs": "1.14.1",
"typeahead.js": "0.11.1",
"validator-js": "3.39.0",
"xregexp": "2.0.0"
}