📦(all) update packages namespace

Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
This commit is contained in:
jbpenrath
2025-10-14 12:29:46 +02:00
committed by Jean-Baptiste PENRATH
parent 6097929593
commit a6681d19ed
51 changed files with 78 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
# @openfun/cunningham-tokens
# @gouvfr-lasuite/cunningham-tokens
## 3.0.0

View File

@@ -1,4 +1,4 @@
# @openfun/cunningham-tokens
# @gouvfr-lasuite/cunningham-tokens
## Introduction
@@ -21,7 +21,7 @@ make Cunningham's Design System yours!
Install the lib
```
yarn add @openfun/cunningham-tokens
yarn add @gouvfr-lasuite/cunningham-tokens
```
### Configuration file
@@ -90,7 +90,7 @@ Then, add these lines at the top of your main stylesheet file:
```
@import "cunningham-tokens"; // Imports the file you just generated.
@import "@openfun/cunningham-react/style";
@import "@gouvfr-lasuite/cunningham-react/style";
```
It's all done!

View File

@@ -1,5 +1,5 @@
{
"name": "@openfun/cunningham-tokens",
"name": "@gouvfr-lasuite/cunningham-tokens",
"private": false,
"version": "3.0.0",
"license": "MIT",

View File

@@ -1,5 +1,5 @@
{
"extends": "@openfun/typescript-configs/node.json",
"extends": "@gouvfr-lasuite/typescript-configs/node.json",
"include": ["**/*"],
"compilerOptions": {
"baseUrl": "./",

View File

@@ -1,5 +1,5 @@
{
"extends": "@openfun/typescript-configs/node.json",
"extends": "@gouvfr-lasuite/typescript-configs/node.json",
"include": ["./*"],
"compilerOptions": {
"baseUrl": "./",