Skip to content

Commit

Permalink
carnesen-cli-examples-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carnesen committed Feb 26, 2022
1 parent d4a806b commit c3a969a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 32 deletions.
6 changes: 6 additions & 0 deletions packages/cli-examples/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# **@carnesen/cli-examples** changelog

## Upcoming

## carnesen-cli-examples-0.7.0 (2022-02-26)

Update dependencies

## 0.5.1 - 2020-02-06

Upgrade @carnesen/cli to 0.5.0. Add exitCode argument to throw-error command
Expand Down
9 changes: 9 additions & 0 deletions packages/cli-examples/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright © 2016-2022 Chris Arnesen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 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.
21 changes: 0 additions & 21 deletions packages/cli-examples/license.txt

This file was deleted.

35 changes: 26 additions & 9 deletions packages/cli-examples/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carnesen/cli-examples",
"description": "Examples of how to use @carnesen/cli",
"version": "0.5.2",
"version": "0.7.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
Expand All @@ -22,7 +22,7 @@
"unit-test": "jest src"
},
"dependencies": {
"@carnesen/cli": "0.5.2"
"@carnesen/cli": "0.6.0"
},
"devDependencies": {
"@carnesen/dev": "0.1.1",
Expand Down

0 comments on commit c3a969a

Please sign in to comment.