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 43b9385 commit 13df76fCopy full SHA for 13df76f
package.json
@@ -11,7 +11,7 @@
11
"src"
12
],
13
"scripts": {
14
- "clean": "rimraf lib dist coverage",
+ "clean": "rimraf lib dist es coverage",
15
"lint": "eslint src test examples",
16
"test": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-register --recursive",
17
"test:watch": "npm test -- --watch",
0 commit comments