diff --git a/amplifyjs.install b/amplifyjs.install
index 83e7bdb..f83839a 100644
--- a/amplifyjs.install
+++ b/amplifyjs.install
@@ -2,25 +2,5 @@
 
 /**
  * @file
- * Install file for jQuery Update.
+ * Install file for Amplify.js.
  */
-
-/**
- * Implementation of hook_requirements().
- */
-function jquery_update_requirements($phase) {
-  $requirements = array();
-
-  if ($phase == 'runtime') {
-    $t = get_t();
-    $jquery = drupal_get_library('system', 'jquery');
-    $ui = drupal_get_library('system', 'ui');
-    $requirements['jquery_update'] = array(
-      'title' => $t('jQuery Update'),
-      'severity' => REQUIREMENT_OK,
-      'value' => t('jQuery %jquery and jQuery UI %ui', array('%jquery' => $jquery['version'], '%ui' => $ui['version'])),
-    );
-  }
-
-  return $requirements;
-}
