Skip to content

Commit 12720dc

Browse files
committed
Update to traceur 0.0.84 and remove outdated traceur-runtime dependency
1 parent e3a1ca9 commit 12720dc

File tree

4 files changed

+74
-86
lines changed

4 files changed

+74
-86
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ module.exports = function(grunt) {
8585
global: "dcodeIO.ProtoBuf",
8686
id: "__external_1"
8787
},
88-
"traceur-runtime": {
88+
"traceur/bin/traceur-runtime": {
89+
amd: "traceur-runtime",
8990
global: "1",
9091
id: "__external_2"
9192
},

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axolotl",
33
"main": "dist/axolotl.js",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"authors": [
66
"Joe Bandenburg <joe@bandenburg.com>"
77
],
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"protobuf": "~3.8.2",
37-
"traceur-runtime": "~0.0.79",
37+
"traceur-runtime": "~0.0.83",
3838
"axolotl-crypto": "~1.1.0"
3939
}
4040
}

0 commit comments

Comments
 (0)