Skip to content

Commit 5194e0d

Browse files
kinfuykinfuy
authored andcommitted
chore: package cjs
1 parent 2d70be0 commit 5194e0d

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"open": "^8.4.0",
3131
"cross-spawn": "^7.0.3"
3232
},
33-
"version": "0.0.4"
33+
"version": "0.0.5"
3434
}

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-shortcuts",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "plugin shortcuts into Vite dev server",
55
"keywords": [
66
"vite",
@@ -18,7 +18,7 @@
1818
"module": "./dist/es/index.mjs",
1919
"exports": {
2020
".": {
21-
"require": "./distlib/index.js",
21+
"require": "./dist/lib/index.js",
2222
"import": "./dist/es/index.mjs"
2323
},
2424
"./es": "./dist/es/index.mjs",

package/shortcuts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export function bindShortcuts(
2828

2929
const onInput = async (input: string) => {
3030
// ctrl+c or ctrl+d
31-
console.log('ppix', process.ppid);
32-
console.log('pid', process.pid);
3331
if (input === '\x03' || input === '\x04') {
3432
// TODO npm run all ctrl c need double
3533
// server.config.logger.warn(

pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)