update: 0.1.1-2

This commit is contained in:
2024-03-18 21:07:09 +08:00
parent f199ef7f33
commit fccf33d953
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "handlers.js",
"description": "Handlers.js is a unified and lightweight web application framework for multiple platforms.",
"version": "0.1.1-1",
"version": "0.1.1-2",
"main": "./dist/index.js",
"webpack": "./dist/index.js",
"browser": "./dist/main.serviceworker.js",
@ -62,7 +62,7 @@
"prepublish": "env NODE_ENV=production yarn build && yarn tsc"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"type": "module"
}