Remove vendor/ from NODE_PATH

Add jQuery temporarily to exports to not break packages
This commit is contained in:
Kevin Sawicki
2013-09-17 14:19:03 -07:00
parent 71b74c466e
commit 864ebf5c36
2 changed files with 1 additions and 1 deletions

1
exports/jquery.coffee Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./atom-api').$

View File

@@ -47,7 +47,6 @@ class AtomWindow
paths = [
'exports'
'src'
'vendor'
'node_modules'
]
paths.push('spec') if @isSpec