Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Oct 7, 2022
1 parent 5c1056e commit 8e523d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/plugin/bridge.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dgram from 'dgram'
import { WebSocketServer } from 'ws'

import Plugin from './plugin'

/**
Expand Down
1 change: 1 addition & 0 deletions src/plugin/dgram.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import dgram from 'dgram'

import Plugin from './plugin'

/**
Expand Down
1 change: 1 addition & 0 deletions src/plugin/wsclient.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import WebSocket from 'ws'

import Plugin from './plugin'

/**
Expand Down
1 change: 1 addition & 0 deletions src/plugin/wsserver.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { WebSocketServer } from 'ws'

import Plugin from './plugin'

/**
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"include": ["src/**/*"],
"compilerOptions": {
"allowJs": true,
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "lib"
}
}
},
"include": ["src/**/*"]
}

0 comments on commit 8e523d9

Please sign in to comment.