This commit is contained in:
Travis Spomer 2023-03-03 15:39:52 -08:00
Родитель d85bfad7b5
Коммит 677f491759
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 59DF73E70E935C92
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -43,7 +43,7 @@ You can use this CLI as a build step in another repo with this in your `package.
```json
"devDependencies": {
"@fluentui/token-pipeline": "0.17.0"
"@fluentui/token-pipeline": "0.18.0"
},
"scripts": {
"build": "transform-tokens --in tokens.json --out build"

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@fluentui/token-pipeline",
"version": "0.17.0",
"version": "0.18.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fluentui/token-pipeline",
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"dependencies": {
"args": "^5.0.1",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@fluentui/token-pipeline",
"version": "0.17.0",
"version": "0.18.0",
"description": "The Fluent UI design token pipeline",
"repository": {
"type": "git",