change acorn-jsx to acorn-6to5

This commit is contained in:
Sebastian McKenzie
2014-11-01 23:07:53 +11:00
parent ebea86c527
commit 1a5ee7d5da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
var estraverse = require("estraverse");
var traverse = require("./traverse");
var acorn = require("acorn-jsx");
var acorn = require("acorn-6to5");
var path = require("path");
var util = require("util");
var fs = require("fs");

View File

@@ -47,7 +47,7 @@
"chokidar": "0.10.0",
"source-map-support": "0.2.7",
"esutils": "1.1.4",
"acorn-jsx": "https://github.com/sebmck/acorn-jsx/archive/master.tar.gz",
"acorn-6to5": "https://github.com/sebmck/acorn-6to5/archive/master.tar.gz",
"acorn-ast-types": "0.5.3-1",
"estraverse": "^1.7.0"
},