From 7221818b16599fd87323f6ea605c93b72b316d23 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 9 Oct 2014 00:12:37 +1100 Subject: [PATCH] add missing es6-symbol package --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14b5b9ae48..66837ec4f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "6to5", "description": "Turn ES6 code into vanilla ES5 with source maps and no runtime", - "version": "1.3.0", + "version": "1.3.1", "author": "Sebastian McKenzie ", "homepage": "https://github.com/sebmck/6to5", "repository": { @@ -45,7 +45,8 @@ "fs-readdir-recursive": "0.0.2", "lodash": "2.4.1", "mkdirp": "0.5.0", - "es6-shim": "^0.18.0" + "es6-shim": "^0.18.0", + "es6-symbol": "^0.1.1" }, "devDependencies": { "es6-transpiler": "0.7.17",