Skip to content

Commit

Permalink
Switch back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Apr 7, 2024
1 parent 8a551c5 commit f4adfcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: "3 4 * * 1"

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vscode-pandoc",
"description": "Renders markdown through pandoc",
"version": "0.4.5",
"version": "0.4.6",
"publisher": "ChrisChinchilla",
"icon": "images/logo.png",
"license": "SEE LICENSE",
"bugs": {
"url": "https://github.com/chrischinchilla/vscode-pandoc/issues",
"email": "chris@chrischinchilla.com"
},
"homepage": "https://github.com/chrischinchilla/vscode-pandoc/blob/master/README.md",
"homepage": "https://github.com/chrischinchilla/vscode-pandoc/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/chrischinchilla/vscode-pandoc.git"
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/sponsors/ChrisChinchilla"
},
"engines": {
"vscode": "^1.81.0"
"vscode": "^1.88.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -115,13 +115,13 @@
"test-compile": "tsc -p ./"
},
"devDependencies": {
"typescript": "^5.1.6",
"typescript": "^5.4.4",
"vscode-test": "^1.6.1",
"@types/vscode": "^1.81.0",
"@types/node": "^20.5.1",
"webpack": "^5.88.2",
"@types/vscode": "^1.88.0",
"@types/node": "^20.12.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.1",
"tslint": "^6.1.3"
}
}

0 comments on commit f4adfcc

Please sign in to comment.