diff options
| author | mo <mo.khan@gmail.com> | 2018-05-20 18:59:18 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-05-20 18:59:18 -0600 |
| commit | dae20701cb7ef3d2e6f49cb25c17f217dc4487e2 (patch) | |
| tree | 1c68b4c98f9c36801be9a2a717ae6d699184e895 /package.json | |
| parent | 329a40d680fd3e0a99a86898c8b773785312e6d8 (diff) | |
install babel.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 1eb9ebb..f4dfefb 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,9 @@ "repository": "https://www.mokhan.ca/", "author": "mo", "license": "MIT", - "private": false + "private": false, + "devDependencies": { + "babel-cli": "6", + "babel-preset-es2015": "6" + } } |
