mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Add atom prefix to keys
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = (grunt) ->
|
||||
|
||||
metadata = grunt.file.readJSON(path.join(appDir, 'package.json'))
|
||||
metadata._atomPackages = packages
|
||||
metadata._menu = getMenu(appDir)
|
||||
metadata._keymaps = getKeymaps(appDir)
|
||||
metadata._atomMenu = getMenu(appDir)
|
||||
metadata._atomKeymaps = getKeymaps(appDir)
|
||||
|
||||
grunt.file.write(path.join(appDir, 'package.json'), JSON.stringify(metadata))
|
||||
|
||||
Reference in New Issue
Block a user