Skip to content

Commit

Permalink
Removed LICENSE from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Aug 3, 2020
1 parent 95cb6dd commit ad2be34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Readme.nbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ Options:
## Changelog

{{doc2}}


## License

{{doc3}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "auto-changelog -l false --sort-commits date --package --hide-credit --template changelog-template.hbs -p && ./index.js -i ExampleUse.md,CHANGELOG.md,LICENSE && git add -A CHANGELOG.md && git add -A README.md",
"version": "auto-changelog -l false --sort-commits date --package --hide-credit --template changelog-template.hbs -p && ./index.js -i ExampleUse.md,CHANGELOG.md && git add -A CHANGELOG.md && git add -A README.md",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
Expand Down

0 comments on commit ad2be34

Please sign in to comment.