mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Correct typo in package.json key
This commit is contained in:
@@ -138,7 +138,7 @@ module.exports = (grunt) ->
|
||||
'vendor'
|
||||
]
|
||||
|
||||
{devDependencies, dependecies} = grunt.file.readJSON('package.json')
|
||||
{devDependencies, dependencies} = grunt.file.readJSON('package.json')
|
||||
for child in fs.readdirSync('node_modules')
|
||||
directory = path.join('node_modules', child)
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user