Commit 6573aee7 authored by nanahira's avatar nanahira

fix

parent 506ee4ad
Pipeline #6129 failed with stages
in 9 seconds
{ {
"name": "koishi-utils-schemagen", "name": "koishi-utils-schemagen",
"version": "1.0.2", "version": "1.0.3",
"description": "在 Koishi.js 中,使用类装饰器定义 Schema", "description": "在 Koishi.js 中,使用类装饰器定义 Schema",
"main": "dist/index.js", "main": "dist/src/index.js",
"typings": "dist/index.d.ts", "typings": "dist/src/index.d.ts",
"scripts": { "scripts": {
"lint": "eslint --fix .", "lint": "eslint --fix .",
"build": "tsc" "build": "tsc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment