summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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"
+ }
}