Skip to content

Commit b4bb64a

Browse files
committed
Drop using XO for now until a new version is out that uses ESLint 5
Some weird dependency problem...
1 parent 2f184b6 commit b4bb64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"node": ">=4"
4141
},
4242
"scripts": {
43-
"test": "xo && nyc ava",
43+
"test": "nyc ava",
4444
"coveralls": "nyc report --reporter=text-lcov | coveralls"
4545
},
4646
"files": [

0 commit comments

Comments
 (0)