aboutsummaryrefslogtreecommitdiff
path: root/package.json.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'package.json.tpl')
-rw-r--r--package.json.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json.tpl b/package.json.tpl
index c2d075b..8d0bb1a 100644
--- a/package.json.tpl
+++ b/package.json.tpl
@@ -3,7 +3,10 @@
3 "version": "%($VERSION%)", 3 "version": "%($VERSION%)",
4 "devDependencies": { 4 "devDependencies": {
5 "less": "2.5.3", 5 "less": "2.5.3",
6 "babel-polyfill": "6.3.14",
6 "babel-preset-es2015": "6.3.13", 7 "babel-preset-es2015": "6.3.13",
8 "babel-plugin-syntax-async-functions": "6.3.13",
9 "babel-plugin-transform-regenerator": "6.4.4",
7 "browserify": "13.0.0", 10 "browserify": "13.0.0",
8 "babelify": "7.2.0" 11 "babelify": "7.2.0"
9 } 12 }