Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ This library is only supported on React Native New Architecture, and the materia

## Documentation

Go to https://rakadoank.github.io/material-color-react-native
Go to https://oss.sufeni.id/material-color-react-native
2 changes: 1 addition & 1 deletion docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: Config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "RakaDoank", // Usually your GitHub org/user name.
projectName: "docusaurus", // Usually your repo name.
projectName: "material-color-react-native", // Usually your repo name.

onBrokenLinks: "throw",

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
"package-builder": "workspace:*",
"typescript": "6.0.3",
"typescript-eslint": "8.59.0"
},
"engines": {
"node": ">=24",
"pnpm": ">=10.30"
}
}
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bring material color utilities from the [`@material-foundation/material-color-ut

## Documentation

Go to https://rakadoank.github.io/material-color-react-native
Go to https://oss.sufeni.id/material-color-react-native

## Directory

Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "material-color-react-native",
"version": "1.0.6",
"version": "1.0.7",
"description": "Bring material color utilities to React Native app",
"license": "MIT",
"author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",
"homepage": "https://rakadoank.github.io/material-color-react-native",
"homepage": "https://oss.sufeni.id/material-color-react-native",
"repository": "https://github.com/RakaDoank/material-color-react-native",
"files": [
"android",
Expand Down
Loading
Loading