Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hyduez committed Jun 1, 2023
1 parent 96dc644 commit b538b83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Yarn cache
.yarn/cache

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doupkg/lapcord",
"version": "2.1.0",
"version": "2.1.3",
"description": "Module required to run Lapcord.",
"packageManager": "[email protected]",
"bin": "lib/index.js",
Expand Down Expand Up @@ -28,21 +28,23 @@
"format:fix": "rome format --write src scripts --semicolons as-needed --quote-style single --trailing-comma none",
"clean": "node scripts/clean.cjs"
},
"dependencies": {
"@xhayper/discord-rpc": "1.0.15",
"axios": "1.4.0",
"colorette": "2.0.20",
"mustache": "4.2.0",
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "1.0.8"
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.40",
"@swc/register": "0.1.10",
"@types/mustache": "4",
"@types/node": "18.15.11",
"@xhayper/discord-rpc": "1.0.15",
"axios": "1.4.0",
"colorette": "2.0.20",
"mocha": "10.2.0",
"mustache": "4.2.0",
"rome": "12.0.0",
"typescript": "5.0.4",
"vscode-languageserver": "8.1.0",
"vscode-languageserver-textdocument": "1.0.8"
"typescript": "5.0.4"
},
"license": "MIT"
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env node
import { createConnection } from './utils/lsp-connection'

const { connection, documents } = createConnection()
Expand Down

0 comments on commit b538b83

Please sign in to comment.