Skip to content

Commit bb5d280

Browse files
committed
Update license field
1 parent e9051c9 commit bb5d280

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Format
22
on:
33
pull_request:
4-
branches: [master]
4+
branches: [main]
55
jobs:
66
format:
77
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VS Code npm Outdated
22

3-
[![Build status](https://img.shields.io/github/workflow/status/mskelton/vscode-npm-outdated/Release/master.svg?logo=github)](https://github.com/mskelton/vscode-npm-outdated/actions?query=workflow%3ARelease)
3+
[![Build status](https://img.shields.io/github/workflow/status/mskelton/vscode-npm-outdated/Release/main.svg?logo=github)](https://github.com/mskelton/vscode-npm-outdated/actions?query=workflow%3ARelease)
44
[![All Contributors](https://img.shields.io/github/all-contributors/mskelton/vscode-npm-outdated?color=orange)](#contributors-)
55
[![Semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/mskelton/vscode-npm-outdated/issues"
1414
},
1515
"homepage": "https://github.com/mskelton/vscode-npm-outdated#readme",
16-
"license": "MIT",
16+
"license": "ISC",
1717
"keywords": [
1818
"npm",
1919
"vscode-extension",

0 commit comments

Comments
 (0)