diff --git a/chosen.module b/chosen.module
index d09a564..0ee4958 100644
--- a/chosen.module
+++ b/chosen.module
@@ -126,7 +126,6 @@ function chosen_libraries_info() {
     'name' => 'Chosen',
     'vendor url' => 'http://harvesthq.github.com/chosen/',
     'download url' => 'https://github.com/harvesthq/chosen.git',
-    'path' => 'chosen',
     'version arguments' => array(
       'file' => 'VERSION',
       'pattern' => '/(.*)/',
@@ -134,30 +133,30 @@ function chosen_libraries_info() {
     ),
     'files' => array(
       'js' => array(
-        'chosen.jquery.min.js',
+        'chosen/chosen.jquery.min.js',
       ),
       'css' => array(
-        'chosen.css',
+        'chosen/chosen.css',
       ),
     ),
     'variants' => array(
       'minified' => array(
         'files' => array(
           'js' => array(
-            'chosen.jquery.min.js',
+            'chosen/chosen.jquery.min.js',
           ),
           'css' => array(
-            'chosen.css',
+            'chosen/chosen.css',
           ),
         ),
       ),
       'source' => array(
         'files' => array(
           'js' => array(
-            'chosen.jquery.js',
+            'chosen/chosen.jquery.js',
           ),
           'css' => array(
-            'chosen.css',
+            'chosen/chosen.css',
           ),
         ),
       ),
