Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 17, 2021
1 parent 1773a58 commit 8ff2c51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "git-az",
"version": "1.0.0",
"version": "1.1.0",
"description": " .gitattributes file with GitHub Export",
"main": "src/index.js",
"bin": "src/index.js",
"bin": {
"git-az": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
Expand Down

0 comments on commit 8ff2c51

Please sign in to comment.