aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-07 12:48:22 -0700
committerfat <[email protected]>2015-05-07 12:57:31 -0700
commit0724bd91ff81b5eca0addce0c336c72b3ec10be5 (patch)
treee379980598b1662ff14ff5543c825887148bc0c4 /package.json
parentd1fbe200f46002431cdeebf965c4b789ef7ed267 (diff)
downloadbootstrap-0724bd91ff81b5eca0addce0c336c72b3ec10be5.tar.xz
bootstrap-0724bd91ff81b5eca0addce0c336c72b3ec10be5.zip
es6 alert :|
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 107325a25..5e062297f 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
"glob": "~5.0.3",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
+ "grunt-babel": "^5.0.0",
"grunt-banner": "~0.3.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
@@ -85,6 +86,10 @@
"exports": "$"
}
},
- "files": ["css", "fonts", "js"]
+ "files": [
+ "css",
+ "fonts",
+ "js"
+ ]
}
}