mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
release: 0.1.2
This commit is contained in:
@ -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-2",
|
||||
"version": "0.1.2",
|
||||
"main": "./dist/index.js",
|
||||
"webpack": "./dist/index.js",
|
||||
"browser": "./dist/main.serviceworker.js",
|
||||
@ -39,6 +39,7 @@
|
||||
"ts-jest": "^28.0.5",
|
||||
"ts-loader": "^9.3.1",
|
||||
"ts-node": "^10.8.1",
|
||||
"tsc-alias": "^1.8.10",
|
||||
"typescript": "^4.7.4",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-cli": "^4.10.0"
|
||||
@ -55,7 +56,7 @@
|
||||
"watch": "webpack --watch",
|
||||
"clean": "rm -rf ./dist",
|
||||
"demo": "env NODE_ENV=development yarn build:node && node ./dist/main.node.js",
|
||||
"tsc": "tsc",
|
||||
"tsc": "tsc && tsc-alias",
|
||||
"test:node": "jest ./test/node.test.ts",
|
||||
"test:deno": "BUILD_TARGET=deno:test webpack && jest ./test/deno.test.ts",
|
||||
"coverage": "jest --collectCoverage --",
|
||||
|
Reference in New Issue
Block a user