Skip to content

Commit

Permalink
A few more random updates I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Jul 11, 2023
1 parent 3038331 commit 4691544
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*-debug.log
*-error.log
/.nyc_output
/dist
/lib
/package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Jon Allured
Copyright (c) 2023 Jon Allured

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 Down
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ tag_message="Tagging version $new_version"
sed -i "" "s/$old_version/$new_version/g" $version_files
git add .
git commit --message "$commit_message"
git push origin master
git push --force origin main
git tag --annotate v$new_version --message "$tag_message"
git push origin --tags
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"module": "commonjs",
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"target": "es2019"
},
Expand Down

0 comments on commit 4691544

Please sign in to comment.