Skip to content

Commit cb8774e

Browse files
authored
Merge pull request #5 from JaredCE/update-license
Update license
2 parents 11382b1 + 82368e0 commit cb8774e

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
# Use the registry API at this base URL
2424
registryUrl: https://marketplace.visualstudio.com
2525
# Set this option to "true" to package your extension but do not publish it.
26-
dryRun: true
26+
dryRun: false

LICENSE renamed to LICENSE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Charalampos Karypidis
3+
Copyright (c) 2015 Jared Evans
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javascript-test-snippets",
33
"description": "Code snippets for JavaScript testing frameworks (mocha, jasmine and jest) in ES6 syntax",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"displayName": "JavaScript Test Snippets",
66
"publisher": "JaredE",
77
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)