This commit is contained in:
notgne2 2021-01-27 00:28:48 -07:00
parent fc1478d08e
commit a34af57de3
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -3,7 +3,7 @@
"description": "nothing yet", "description": "nothing yet",
"version": "1.0.2", "version": "1.0.2",
"bin": { "bin": {
"mudl": "index.js" "mudl": "./index.js"
}, },
"engines": { "engines": {
"node": ">= 11.0.0" "node": ">= 11.0.0"
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"no-op": "^1.0.3" "no-op": "^1.0.3"
} }
} }