add missing es6-symbol package

This commit is contained in:
Sebastian McKenzie 2014-10-09 00:12:37 +11:00
parent bf79474c2c
commit 7221818b16

View File

@ -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 <sebmck@gmail.com>",
"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",