aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2016-03-27 23:33:46 -0600
committerBen Beltran <ben@nsovocal.com>2016-03-27 23:33:46 -0600
commit4c329508c3a6c56076c110cd4397fef0a219f7ce (patch)
tree1f5cbd73caac469f871abfbe72e3bce8e21fa7f9 /package.json
parente936d6df77f8fe351fdde3fd9be829f9bc3aae97 (diff)
Adds the minifying process back
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1e37373..0b50871 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,9 @@
"babel-preset-es2015": "6.6.x",
"gulp": "3.9.x",
"gulp-babel": "6.1.x",
- "gulp-concat": "2.6.x"
+ "gulp-concat": "2.6.x",
+ "gulp-rename": "1.2.x",
+ "gulp-uglify": "1.5.x"
},
"engines": {
"node": ">= 4.0.0"