Skip to content

Commit

Permalink
Partially revert #151 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK authored Dec 15, 2024
1 parent 006ceb4 commit 382b6ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
20 changes: 0 additions & 20 deletions dist/cjs/dom-selector.min.cjs

This file was deleted.

7 changes: 0 additions & 7 deletions dist/cjs/dom-selector.min.cjs.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "module",
"exports": {
"import": "./src/index.js",
"require": "./dist/cjs/dom-selector.min.cjs"
"require": "./dist/cjs/index.js"
},
"types": "types/index.d.ts",
"dependencies": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"bench": "node benchmark/bench.js",
"bench-sizzle": "node benchmark/bench-sizzle.js",
"build": "npm run tsc && npm run lint && npm test && npm run bundle",
"bundle": "esbuild --format=cjs --platform=node --outfile=dist/cjs/dom-selector.min.cjs --bundle --minify --sourcemap src/index.js",
"bundle": "esbuild --format=cjs --platform=node --outdir=dist/cjs/ --minify --sourcemap src/**/*.js",
"lint": "eslint --fix .",
"test": "c8 --reporter=text mocha --exit test/**/*.test.js",
"test-wpt": "node test/wpt/wpt-runner.js",
Expand Down

0 comments on commit 382b6ce

Please sign in to comment.