aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-13 15:01:39 -0700
committerfat <[email protected]>2015-05-13 15:01:39 -0700
commitdbaffd43c08e60208c2a56cfe102006675ccabd8 (patch)
tree268086d1675aa44cdfd178ec8c04606a58db6b8b /package.json
parent06b1d49808c941cdac22a8acc1ee9a6b77957bf2 (diff)
parent6b2b0ed32f485103f58fe42057e93a175e14bc2a (diff)
downloadbootstrap-dbaffd43c08e60208c2a56cfe102006675ccabd8.tar.xz
bootstrap-dbaffd43c08e60208c2a56cfe102006675ccabd8.zip
Merge pull request #116 from twbs/fat-es6Alert
es6 - wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 107325a25..5599e0fad 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",
@@ -54,11 +55,13 @@
"grunt-html": "~4.0.1",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~1.8.0",
+ "grunt-line-remover": "0.0.2",
"grunt-postcss": "^0.3.0",
"grunt-sass": "^1.0.0",
"grunt-saucelabs": "~8.6.0",
"grunt-scss-lint": "^0.3.4",
"grunt-sed": "~0.1.1",
+ "grunt-stamp": "^0.1.0",
"load-grunt-tasks": "~3.1.0",
"markdown-it": "^4.0.1",
"mq4-hover-shim": "^0.1.0",
@@ -85,6 +88,10 @@
"exports": "$"
}
},
- "files": ["css", "fonts", "js"]
+ "files": [
+ "css",
+ "fonts",
+ "js"
+ ]
}
}