mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Don't bundle es6-weak-map
This commit is contained in:
@@ -87,6 +87,10 @@ module.exports = (grunt) ->
|
||||
path.join('snippets', 'node_modules', 'pegjs')
|
||||
path.join('snippets', 'node_modules', '.bin', 'pegjs')
|
||||
|
||||
# These aren't needed since WeakMap is built-in
|
||||
path.join('emissary', 'node_modules', 'es6-weak-map')
|
||||
path.join('property-accessors', 'node_modules', 'es6-weak-map')
|
||||
|
||||
'.DS_Store'
|
||||
'.jshintrc'
|
||||
'.npmignore'
|
||||
|
||||
Reference in New Issue
Block a user