Skip to content

Commit d231010

Browse files
aichbauerJPeer264
authored andcommitted
🔧 Chore: change lint - tests to test
1 parent a7ed0ec commit d231010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"pretest": "npm run lint",
1212
"test": "nyc ava",
13-
"lint": "eslint lib tests",
13+
"lint": "eslint lib test",
1414
"prepublish": "npm test",
1515
"postinstall": "npm run babel",
1616
"babel": "babel lib -d dest",
@@ -58,4 +58,4 @@
5858
"json-extra": "^0.5.0",
5959
"yargs": "^7.0.2"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)