Skip to content

Commit

Permalink
feat: Add wantedly (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Mar 3, 2024
1 parent 2bbd349 commit 460d1fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bicstone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"type": "module",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"version": "1.1.0"
"version": "1.2.0"
}
1 change: 0 additions & 1 deletion packages/bicstone/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const links: Link[] = [
bicstone.links.github,
bicstone.links.zenn,
bicstone.links.note,
bicstone.links.qiita,
];

const formattedLinks = links.map((link) => formatLink(link));
Expand Down
8 changes: 7 additions & 1 deletion packages/bicstone/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const bicstone = {
url: "https://bicstone.me",
},
qiita: {
isActive: false,
isActive: true,
screenName: "bicstone",
siteName: "Qiita",
url: "https://qiita.com/bicstone",
Expand Down Expand Up @@ -113,6 +113,12 @@ export const bicstone = {
siteName: "YouTrust",
url: "https://youtrust.jp/users/bicstone",
},
wantedly: {
isActive: true,
screenName: "bicstone",
siteName: "Wantedly",
url: "https://www.wantedly.com/id/bicstone",
},
zenn: {
isActive: true,
screenName: "bicstone",
Expand Down

0 comments on commit 460d1fe

Please sign in to comment.