We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a1ca9 commit 12720dcCopy full SHA for 12720dc
Gruntfile.js
@@ -85,7 +85,8 @@ module.exports = function(grunt) {
85
global: "dcodeIO.ProtoBuf",
86
id: "__external_1"
87
},
88
- "traceur-runtime": {
+ "traceur/bin/traceur-runtime": {
89
+ amd: "traceur-runtime",
90
global: "1",
91
id: "__external_2"
92
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "axolotl",
3
"main": "dist/axolotl.js",
4
- "version": "1.0.0",
+ "version": "1.0.2",
5
"authors": [
6
"Joe Bandenburg <joe@bandenburg.com>"
7
],
@@ -34,7 +34,7 @@
34
35
"dependencies": {
36
"protobuf": "~3.8.2",
37
- "traceur-runtime": "~0.0.79",
+ "traceur-runtime": "~0.0.83",
38
"axolotl-crypto": "~1.1.0"
39
}
40
0 commit comments