Remove src from NODE_PATH

This commit is contained in:
Kevin Sawicki 2013-09-18 09:02:07 -07:00
parent 41fc4f7fe6
commit 8fec056895

View File

@ -46,7 +46,6 @@ class AtomWindow
setupNodePath: (resourcePath) ->
paths = [
'exports'
'src'
'node_modules'
]