Skip to content

Commit 72f654b

Browse files
committed
Add XO
1 parent 012b1fb commit 72f654b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=0.10.0"
1414
},
1515
"scripts": {
16-
"test": "node test/test.js"
16+
"test": "xo && node test/test.js"
1717
},
1818
"files": [
1919
"index.js"
@@ -36,6 +36,7 @@
3636
"ava": "^0.0.4",
3737
"nock": "^2.6.0",
3838
"path-exists": "^1.0.0",
39-
"rimraf": "^2.2.8"
39+
"rimraf": "^2.2.8",
40+
"xo": "*"
4041
}
4142
}

0 commit comments

Comments
 (0)