Remove ~/.atom/packages from NODE_PATH

Packages paths needed for requires should be obtained from the atom global.
This commit is contained in:
Kevin Sawicki
2013-09-04 08:55:32 -07:00
parent 3770b3073e
commit 030c341a00

View File

@@ -53,8 +53,6 @@ class AtomWindow
''
]
paths.push path.join(app.getHomeDir(), '.atom', 'packages')
paths = paths.map (relativeOrAbsolutePath) ->
path.resolve resourcePath, relativeOrAbsolutePath