Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Apr 5, 2024
1 parent e17fdd7 commit 75e5567
Show file tree
Hide file tree
Showing 2 changed files with 748 additions and 748 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint \"./src/index.js\"",
"lint": "eslint ./src/index.js ./test/index.js",
"test": "npm run build && npm run lint && esbuild --bundle test/index.js | tape-run",
"ci:test:tape-run": "esbuild --bundle test/index.js | tape-run",
"test:open": "npm run build && esbuild --bundle test/index.js | tape-run --browser chrome --keep-open",
Expand All @@ -29,8 +29,8 @@
"uuid": "^9.0.0"
},
"exports": {
".": "./index.js",
"./*.min.js": "./dist/*.min.js"
".": "./dist/index.js",
"./min": "./dist/*.min.js"
},
"contributors": [
{
Expand Down
Loading

0 comments on commit 75e5567

Please sign in to comment.