Remove emissary dependency from project

This commit is contained in:
Nathan Sobo 2015-09-21 18:34:47 -06:00
parent 52a2c6725b
commit 99afd45f4c
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ module.exports = (grunt) ->
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'

View File

@ -22,7 +22,6 @@
"coffee-script": "1.8.0",
"color": "^0.7.3",
"delegato": "^1",
"emissary": "^1.3.3",
"event-kit": "^1.3.0",
"first-mate": "^5.0.0",
"fs-plus": "^2.8.0",