File tree 3 files changed +3
-3
lines changed
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"
3
3
import * as fs from "fs"
4
4
import * as path from "path"
5
5
import * as semver from "semver"
6
- import * as pluginapi from "../../typings/plugin "
6
+ import * as pluginapi from "../../typings/pluginapi "
7
7
import { version } from "./constants"
8
8
import * as util from "./util"
9
9
const fsp = fs . promises
@@ -30,7 +30,7 @@ interface Application extends pluginapi.Application {
30
30
}
31
31
32
32
/**
33
- * PluginAPI implements the plugin API described in typings/plugin .d.ts
33
+ * PluginAPI implements the plugin API described in typings/pluginapi .d.ts
34
34
* Please see that file for details.
35
35
*/
36
36
export class PluginAPI {
Original file line number Diff line number Diff line change 1
1
import * as express from "express"
2
2
import * as path from "path"
3
- import * as pluginapi from "../../../typings/plugin "
3
+ import * as pluginapi from "../../../typings/pluginapi "
4
4
5
5
export function init ( config : pluginapi . PluginConfig ) {
6
6
config . logger . debug ( "test-plugin loaded!" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments