📦(all) update packages namespace
Change packages namespace from `@openfun` to `@gouvfr-lasuite`.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
6097929593
commit
a6681d19ed
@@ -1,4 +1,4 @@
|
||||
# @openfun/cunningham-tokens
|
||||
# @gouvfr-lasuite/cunningham-tokens
|
||||
|
||||
## 3.0.0
|
||||
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@openfun/cunningham-tokens",
|
||||
"name": "@gouvfr-lasuite/cunningham-tokens",
|
||||
"private": false,
|
||||
"version": "3.0.0",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@openfun/typescript-configs/node.json",
|
||||
"extends": "@gouvfr-lasuite/typescript-configs/node.json",
|
||||
"include": ["**/*"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@openfun/typescript-configs/node.json",
|
||||
"extends": "@gouvfr-lasuite/typescript-configs/node.json",
|
||||
"include": ["./*"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
|
||||
Reference in New Issue
Block a user