summaryrefslogtreecommitdiffstats
path: root/js/bower.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-21 23:43:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-21 23:43:28 +0200
commit0fa67552247b2d29a6ca438c2605b8db2bbdbab7 (patch)
tree8109135e2fc141a324e8f21c66243ee4277b3b7c /js/bower.json
parentd3a774b2bd79654360a3ef12618102abf85a2ce3 (diff)
es6 all the things
Diffstat (limited to 'js/bower.json')
-rw-r--r--js/bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/bower.json b/js/bower.json
index 0ed1b0cc4..f48e00076 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -30,6 +30,7 @@
"angular-sanitize": "~1.2.16",
"jquery": "~2.1.1",
"momentjs": "~2.6.0",
- "angular-animate": "~1.2.16"
+ "angular-animate": "~1.2.16",
+ "traceur-runtime": "~0.0.41"
}
}