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 064b710 commit 0e89ecfCopy full SHA for 0e89ecf
package.json
@@ -25,8 +25,8 @@
25
"server": "http-server -p 5050 --cors tmp",
26
"serve": "yarn server",
27
"start": "node index.js",
28
- "test:mocha": "mocha -r esm test",
29
- "lint": "eslint lib/**/*.js index.js test/**.js",
+ "test:mocha": "mocha -r esm test",
+ "lint": "eslint lib/**/*.js index.js test/**.js",
30
"test": "yarn lint && yarn test:mocha"
31
},
32
"dependencies": {
0 commit comments