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 9bd8a12 commit 48698aeCopy full SHA for 48698ae
package.json
@@ -63,7 +63,7 @@
63
"prepublishOnly": "pinst --disable",
64
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
65
"test": "ava",
66
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
67
},
68
"dependencies": {
69
"@combinatorics/permutation": "^4.0.0"
0 commit comments