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 e1c3704 commit 33460ddCopy full SHA for 33460dd
package.json
@@ -58,7 +58,7 @@
58
"prepublishOnly": "pinst --disable",
59
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
60
"test": "ava",
61
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
62
},
63
"dependencies": {
64
"@aureooms/js-pairing-heap": "^2.0.1",
0 commit comments