Skip to content

Commit 488a849

Browse files
author
Ivan Demidov
committed
return path for xo
1 parent 12f0c0f commit 488a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"main": "./lib/index.js",
66
"scripts": {
7-
"test": "xo !./lib/ && nyc ava",
7+
"test": "xo ./src/*.js ./test/*.js && nyc ava",
88
"clean": "rm -rf lib && mkdir lib",
99
"build": "npm run clean && babel src/index.js --out-file lib/index.js && npm t",
1010
"prepublish": "updtr && npm run build"

0 commit comments

Comments
 (0)