Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 326d181

Browse files
committed
typo
1 parent b7eec91 commit 326d181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bootstrap": "git submodule update --init && cd eslint && npm install",
2323
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
2424
"test": "mocha",
25-
"test-ci" "npm test && npm run lint",
25+
"test-ci": "npm test && npm run lint",
2626
"lint": "eslint index.js babylon-to-espree test",
2727
"fix": "eslint index.js babylon-to-espree test --fix",
2828
"preversion": "npm test",

0 commit comments

Comments
 (0)