Commit 1af0e2c8 authored by nanahira's avatar nanahira

fix doc

parent bb50a7a1
Pipeline #6326 passed with stages
in 37 seconds
...@@ -181,7 +181,7 @@ import { Context } from 'koishi'; ...@@ -181,7 +181,7 @@ import { Context } from 'koishi';
@Module({ @Module({
imports: [ imports: [
KoishiModule.register({...}) KoishiModule.register({...})
] ],
providers: [ providers: [
{ {
provide: AppService, provide: AppService,
......
{ {
"name": "koishi-nestjs", "name": "koishi-nestjs",
"version": "1.1.5", "version": "1.1.6",
"description": "Koishi.js as Nest.js Module", "description": "Koishi.js as Nest.js Module",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
......
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