diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-02-25 19:05:48 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-02-25 19:05:48 +0100 |
commit | bd669ae4c098c6fc4d8327e6f3f4bdb5397d87f2 (patch) | |
tree | 39eb033d0d83f6b29b9172e3af8dd481e20759f5 | |
parent | 717815e0c0989dba2d5493e36a15fffc44dc000e (diff) |
Fix required dependencies
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9f760b7..0390db2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "then-yield": "0.0.1" }, "devDependencies": { - "babel-preset-es2016": "^6.16.0", + "babel-preset-es2015": "^6.22.0", "babelify": "^7.3.0", "bower": "^1.7.9", "browserify": "^14.0.0", |