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

Commit ea7f31e

Browse files
committed
Misc: Bump cst version and re-enable integration tests
1 parent cca477e commit ea7f31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"chalk": "~1.1.0",
6464
"cli-table": "~0.3.1",
6565
"commander": "~2.9.0",
66-
"cst": "0.1.3",
66+
"cst": "0.1.4",
6767
"estraverse": "^4.1.0",
6868
"exit": "~0.1.2",
6969
"glob": "^5.0.1",
@@ -131,7 +131,7 @@
131131
"pretest": "npm run lint",
132132
"test": "mocha --color",
133133
"watch": "mocha --color --watch",
134-
"autofix-tests": "# node test/scripts/integration.js",
134+
"autofix-tests": "node test/scripts/integration.js",
135135
"coverage": "unit-coverage run -p common",
136136
"coverage-html": "unit-coverage run -p common -r html -o coverage.html",
137137
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",

0 commit comments

Comments
 (0)