diff --git a/exports/jquery.coffee b/exports/jquery.coffee index d8f06cadf..a9729eb20 100644 --- a/exports/jquery.coffee +++ b/exports/jquery.coffee @@ -1 +1,3 @@ +# FIXME Make jquery a package.json dependency +# This is needed so that space-pen can be require it as 'jquery' module.exports = require '../vendor/jquery'