We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ed0ec commit d231010Copy full SHA for d231010
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"pretest": "npm run lint",
12
"test": "nyc ava",
13
- "lint": "eslint lib tests",
+ "lint": "eslint lib test",
14
"prepublish": "npm test",
15
"postinstall": "npm run babel",
16
"babel": "babel lib -d dest",
@@ -58,4 +58,4 @@
58
"json-extra": "^0.5.0",
59
"yargs": "^7.0.2"
60
}
61
-}
+}
0 commit comments