File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as express from "express"
33import * as fs from "fs"
44import * as path from "path"
55import * as semver from "semver"
6- import * as pluginapi from "../../typings/plugin "
6+ import * as pluginapi from "../../typings/pluginapi "
77import { version } from "./constants"
88import * as util from "./util"
99const fsp = fs . promises
@@ -30,7 +30,7 @@ interface Application extends pluginapi.Application {
3030}
3131
3232/**
33- * PluginAPI implements the plugin API described in typings/plugin .d.ts
33+ * PluginAPI implements the plugin API described in typings/pluginapi .d.ts
3434 * Please see that file for details.
3535 */
3636export class PluginAPI {
Original file line number Diff line number Diff line change 11import * as express from "express"
22import * as path from "path"
3- import * as pluginapi from "../../../typings/plugin "
3+ import * as pluginapi from "../../../typings/pluginapi "
44
55export function init ( config : pluginapi . PluginConfig ) {
66 config . logger . debug ( "test-plugin loaded!" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments