Skip to content

Commit

Permalink
Package updates and new version to force publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Aug 21, 2023
1 parent f3ae477 commit 12c6c54
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-pandoc",
"description": "Renders markdown through pandoc",
"version": "0.4.3",
"version": "0.4.4",
"publisher": "ChrisChinchilla",
"icon": "images/logo.png",
"license": "SEE LICENSE",
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/sponsors/ChrisChinchilla"
},
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.81.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -115,13 +115,13 @@
"test-compile": "tsc -p ./"
},
"devDependencies": {
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vscode-test": "^1.6.1",
"@types/vscode": "^1.79.1",
"@types/node": "^20.3.1",
"webpack": "^5.87.0",
"@types/vscode": "^1.81.0",
"@types/node": "^20.5.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"ts-loader": "^9.4.3",
"ts-loader": "^9.4.4",
"tslint": "^6.1.3"
}
}

0 comments on commit 12c6c54

Please sign in to comment.