mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
generateDependencies -> create
This commit is contained in:
committed by
Kevin Sawicki
parent
93c5b4be7b
commit
36ff22e30a
@@ -73,7 +73,7 @@ loadFolderCompatibility = (modulePath, rootPath, rootMetadata, moduleCache) ->
|
||||
|
||||
undefined
|
||||
|
||||
exports.generateDependencies = (modulePath) ->
|
||||
exports.create = (modulePath) ->
|
||||
metadataPath = path.join(modulePath, 'package.json')
|
||||
metadata = JSON.parse(fs.readFileSync(metadataPath))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user