Skip to content

Commit

Permalink
Merge pull request #125 from hzoo/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
jlongster committed Jan 12, 2017
2 parents 6432034 + 80f280d commit ea084dc
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 27 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,6 @@
"get-stdin": "^5.0.1",
"minimist": "^1.2.0",
"private": "^0.1.6",
"recast": "^0.11.18",
"source-map": "^0.5.6"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion tests_config/run_spec.js
@@ -1,7 +1,6 @@
"use strict";
const fs = require('fs');
const jscodefmt = require("../");
const recast = require("recast");
const types = require("ast-types");

const RUN_AST_TESTS = process.env["AST_COMPARE"];
Expand Down

0 comments on commit ea084dc

Please sign in to comment.