mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove vendor/ from NODE_PATH
Add jQuery temporarily to exports to not break packages
This commit is contained in:
1
exports/jquery.coffee
Normal file
1
exports/jquery.coffee
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./atom-api').$
|
||||
@@ -47,7 +47,6 @@ class AtomWindow
|
||||
paths = [
|
||||
'exports'
|
||||
'src'
|
||||
'vendor'
|
||||
'node_modules'
|
||||
]
|
||||
paths.push('spec') if @isSpec
|
||||
|
||||
Reference in New Issue
Block a user