diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-03-27 23:24:25 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-03-27 23:24:25 -0600 |
| commit | e1d0944b599a85a46767fdf1f12e31e8fca98956 (patch) | |
| tree | b79b82972c2019e82e1cecb98774623faf55099b | |
| parent | 8b2459296655a410370a281143ceca8ccd945df6 (diff) | |
Adds babel to devDependencies
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 2841e85..1e37373 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,9 @@ "dependencies": { }, "devDependencies": { + "babel-preset-es2015": "6.6.x", "gulp": "3.9.x", + "gulp-babel": "6.1.x", "gulp-concat": "2.6.x" }, "engines": { |