Publish v0.1.0

This commit is contained in:
2022-07-04 10:07:05 +00:00
committed by GitHub
parent 65841ce965
commit f87ab5366e
2 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,11 @@
{
"name": "handlers.js",
"description": "Handlers.js is a unified and lightweight web application framework for multiple platforms.",
"version": "0.0.1",
"main": "./dit/main.node.js",
"version": "0.1.0",
"main": "./dist/main.node.js",
"webpack": "./dist/index.js",
"browser": "./dist/main.serviceworker.js",
"module": "./dist/index.js",
"files": [
"dist",
"LICENSE"