Skip to content

Commit

Permalink
Merge pull request #68 from technote-space/release/v0.0.5
Browse files Browse the repository at this point in the history
Release/v0.0.5
  • Loading branch information
technote-space authored Feb 12, 2020
2 parents 4388065 + 87dbee4 commit 27a7740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ $yn != [yY] ]]; then
exit
fi

sed -i "s/technote-space/${OWNER}g/" .github/CODEOWNERS
sed -i "s/technote-space/${OWNER}/g" .github/CODEOWNERS
sed -i "s/technote-space/${OWNER}/g" README.md
sed -i "s/ts-package-template/${REPO}/g" README.md
sed -i "s/technote-space\/ts-package-template/${OWNER}\/${REPO}/g" package.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ts-package-template",
"version": "0.0.4",
"version": "0.0.5",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand Down

0 comments on commit 27a7740

Please sign in to comment.