Skip to content

Commit 53d7fe1

Browse files
committed
Allow some fixtures to pass linting when XO is installed without lockfile
1 parent 11771ba commit 53d7fe1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"ava": {
33
"require": "./enable-trace.js"
4+
},
5+
"dependencies": {
6+
"bluebird": "*"
47
}
58
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"ava": {
33
"require": "./hack.js"
4-
}
4+
},
5+
"dependencies": {
6+
"stack-utils": "*"
7+
}
58
}

0 commit comments

Comments
 (0)