Skip to content

Commit

Permalink
Merge pull request #5 from JaredCE/update-license
Browse files Browse the repository at this point in the history
Update license
  • Loading branch information
JaredCE committed Jan 23, 2023
2 parents 11382b1 + 82368e0 commit cb8774e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
# Use the registry API at this base URL
registryUrl: https://marketplace.visualstudio.com
# Set this option to "true" to package your extension but do not publish it.
dryRun: true
dryRun: false
3 changes: 1 addition & 2 deletions LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Charalampos Karypidis
Copyright (c) 2015 Jared Evans

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascript-test-snippets",
"description": "Code snippets for JavaScript testing frameworks (mocha, jasmine and jest) in ES6 syntax",
"version": "0.0.1",
"version": "0.0.2",
"displayName": "JavaScript Test Snippets",
"publisher": "JaredE",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down

0 comments on commit cb8774e

Please sign in to comment.