Skip to content

Commit

Permalink
chore: update git repository urls (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahluftyang authored Jan 5, 2025
1 parent cef6905 commit fc41cba
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We love your input! We want to make contributing to this project as easy and tra
## Getting Started

1. Fork the repository
2. Clone your fork: `git clone https://github.com/your-username/3-1_sds.git`
2. Clone your fork: `git clone https://github.com/your-username/3-2_side.git`
3. Install dependencies: `pnpm install`

## Creating a New Component
Expand Down
2 changes: 1 addition & 1 deletion .templates/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](./public/assets/og-image.png)

# Sipe Design System
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/toss/slash/blob/main/LICENSE) ![Package Manager](https://img.shields.io/badge/pnpm-9.7.1-orange?logo=pnpm) [![Storybook](https://img.shields.io/badge/Storybook-8.4.5-ff4785?logo=storybook)](https://67417e47644abe8d4e63f82f-xvhdismwhu.chromatic.com/?path=/story/input--default) ![Tests](https://img.shields.io/badge/Vitest-2.1.4-green?logo=vitest) [![codecov](https://codecov.io/github/sipe-team/3-1_sds/graph/badge.svg?token=1TNLVUFPXC)](https://codecov.io/github/sipe-team/3-1_sds) <img alt="Github Stars" src="https://badgen.net/github/stars/sipe-team/3-1_sds" />
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sipe-team/3-2_side/blob/main/LICENSE) ![Package Manager](https://img.shields.io/badge/pnpm-9.7.1-orange?logo=pnpm) [![Storybook](https://img.shields.io/badge/Storybook-8.4.5-ff4785?logo=storybook)](https://67417e47644abe8d4e63f82f-xvhdismwhu.chromatic.com/?path=/story/input--default) ![Tests](https://img.shields.io/badge/Vitest-2.1.4-green?logo=vitest) [![codecov](https://codecov.io/github/sipe-team/3-2_side/graph/badge.svg?token=1TNLVUFPXC)](https://codecov.io/github/sipe-team/3-2_side) <img alt="Github Stars" src="https://badgen.net/github/stars/sipe-team/3-2_side" />

Sipe Design System is a monorepo-based component library built to modernize and standardize the official Sipe website. Drawing inspiration from our existing design patterns, we're creating a robust, type-safe, and accessible component system that can be used across all Sipe projects.

Expand All @@ -17,12 +17,12 @@ This design system is built with:

We maintain our component development roadmap in our [GitHub Project Board](https://github.com/orgs/sipe-team/projects/4). Before contributing, please check:

We warmly welcome contributions from the community, whether you're a Sipe team member or not! Your input helps make this design system better for everyone please read [contributing guidelines](https://github.com/sipe-team/3-1_sds/tree/main/.github/CONTRIBUTING.md) for more details.
We warmly welcome contributions from the community, whether you're a Sipe team member or not! Your input helps make this design system better for everyone please read [contributing guidelines](https://github.com/sipe-team/3-2_side/tree/main/.github/CONTRIBUTING.md) for more details.

## Contributors

<a href="https://github.com/sipe-team/3-1_sds/graphs/contributors">
<img src="https://contrib.rocks/image?repo=sipe-team/3-1_sds" />
<a href="https://github.com/sipe-team/3-2_side/graphs/contributors">
<img alt="Sipe Design System 기여자 목록" src="https://contrib.rocks/image?repo=sipe-team/3-2_side" />
</a>

## License
Expand Down
6 changes: 2 additions & 4 deletions packages/Input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
Expand Down
6 changes: 2 additions & 4 deletions packages/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/radio-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
7 changes: 2 additions & 5 deletions packages/side/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist",
"styles.css"
],
"files": ["dist", "styles.css"],
"scripts": {
"build": "tsup",
"prepack": "pnpm run build"
Expand Down
6 changes: 2 additions & 4 deletions packages/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 2 additions & 4 deletions packages/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down

0 comments on commit fc41cba

Please sign in to comment.