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 7439a45 commit 9a5992fCopy full SHA for 9a5992f
package.json
@@ -11,7 +11,7 @@
11
"pretest": "npm run lint && npm run build",
12
"lint": "standard lib/*.js spec/*.js",
13
"test": "jasmine",
14
- "coverage": "nyc --include 'dist-es5/**' npm test",
+ "coverage": "nyc --include 'dist/**' npm test",
15
"dev": "NODE_ENV=development rollup -c example/rollup.config.js --watch",
16
"example": "NODE_ENV=production rollup -c example/rollup.config.js",
17
"build": "rollup -c rollup.config.js"
0 commit comments