🚀 update package.json for release

This commit is contained in:
ysandler 2020-09-15 22:01:19 -05:00 committed by Joshua Shoemaker
parent 5b8e5f2b11
commit 67fa7d7942
3 changed files with 34 additions and 9 deletions

34
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "brightscreen",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -276,11 +276,11 @@
"dev": true
},
"axios": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz",
"integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"requires": {
"follow-redirects": "^1.10.0"
"follow-redirects": "1.5.10"
}
},
"balanced-match": {
@ -798,9 +798,27 @@
"dev": true
},
"follow-redirects": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz",
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA=="
"version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": {
"debug": "=3.1.0"
},
"dependencies": {
"debug": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"requires": {
"ms": "2.0.0"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}
}
},
"fs.realpath": {
"version": "1.0.0",

View File

@ -3,12 +3,19 @@
"displayName": "brightScreen",
"description": "Interactive Code Tutorials",
"version": "0.1.0",
"publisher": "Tzedakah",
"repository": "https://github.com/joshuashoemaker/brightScreen",
"engines": {
"vscode": "^1.48.0"
},
"categories": [
"Other"
],
"keywords": [
"challenges",
"unit test",
"tutorials"
],
"activationEvents": [
"onView:brightScreen"
],
@ -140,6 +147,6 @@
"vscode-test": "^1.4.0"
},
"dependencies": {
"axios": "^0.20.0"
"axios": "^0.19.0"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB