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 cca4ddd commit b681019Copy full SHA for b681019
package.json
@@ -24,7 +24,7 @@
24
"postrelease": "npm publish && git push --follow-tags",
25
"pretest": "standard",
26
"release": "standard-version -s",
27
- "test": "tap -J --100 test/*.js"
+ "test": "tap -J --100 --no-esm test/*.js"
28
},
29
"dependencies": {
30
"lru-cache": "^5.1.1"
0 commit comments