Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkcn committed Dec 26, 2022
1 parent f215c0a commit 758741b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
node-version: "18.x"
- name: Get Version
id: version
run: |
echo "::set-output name=tag::$(git describe --abbrev=0)"
run: echo "tag=$(git describe --abbrev=0)" >> $GITHUB_OUTPUT
# Build the plugin
- name: Build
id: build
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.10",
"builtin-modules": "^3.2.0",
"esbuild": "^0.13.15",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"builtin-modules": "^3.3.0",
"esbuild": "^0.14.47",
"eslint": "^8.30.0",
"obsidian": "^1.1.1",
"tslib": "2.3.1",
"tslib": "2.4.0",
"typescript": "^4.4.4"
},
"dependencies": {
"node": "^17.2.0",
"tslint": "^6.1.3"
}
}

0 comments on commit 758741b

Please sign in to comment.