chore: rearrange
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"main": "src/index.js",
|
||||
"bin": {
|
||||
"glimpse": "./index.js"
|
||||
"glimpse": "./src/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "oxlint --ignore-pattern node_modules --ignore-pattern .direnv .",
|
||||
"start": "node index.js",
|
||||
"start": "node src/index.js",
|
||||
"test": "node test/smoke.js",
|
||||
"test:smoke": "node test/smoke.js",
|
||||
"test:list": "node test/smoke.js --list",
|
||||
|
||||
Reference in New Issue
Block a user