Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Misc: Bump cst version and re-enable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 13, 2016
1 parent cca477e commit ea7f31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -63,7 +63,7 @@
"chalk": "~1.1.0",
"cli-table": "~0.3.1",
"commander": "~2.9.0",
"cst": "0.1.3",
"cst": "0.1.4",
"estraverse": "^4.1.0",
"exit": "~0.1.2",
"glob": "^5.0.1",
Expand Down Expand Up @@ -131,7 +131,7 @@
"pretest": "npm run lint",
"test": "mocha --color",
"watch": "mocha --color --watch",
"autofix-tests": "# node test/scripts/integration.js",
"autofix-tests": "node test/scripts/integration.js",
"coverage": "unit-coverage run -p common",
"coverage-html": "unit-coverage run -p common -r html -o coverage.html",
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",
Expand Down

0 comments on commit ea7f31e

Please sign in to comment.