Skip to content

Commit 0e89ecf

Browse files
committed
fix paddings
1 parent 064b710 commit 0e89ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"server": "http-server -p 5050 --cors tmp",
2626
"serve": "yarn server",
2727
"start": "node index.js",
28-
"test:mocha": "mocha -r esm test",
29-
"lint": "eslint lib/**/*.js index.js test/**.js",
28+
"test:mocha": "mocha -r esm test",
29+
"lint": "eslint lib/**/*.js index.js test/**.js",
3030
"test": "yarn lint && yarn test:mocha"
3131
},
3232
"dependencies": {

0 commit comments

Comments
 (0)