Skip to content

Commit

Permalink
Update README and freeze packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Jul 25, 2024
1 parent 99f0afe commit 4578df7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version:
- 18
- 20
- 22.4
- 22
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Then you can clone this module as a reference and change files you want (don't f

## Consume a tikui module

To consume a module, you should install it on your Tikui project using the latest version from `tikui/tikui` and then you have to edit the `tikuiconfig.json` to set the documentation name like your `$MODULE_NAME`.
To use a module, you should install it on your Tikui project using the latest version from `@tikui/tikui-core` (or by generating it using `@tikui/cli`) and then you have to edit the `tikuiconfig.json` to set the documentation name like your `$MODULE_NAME`.

Here is an example for a module named `tikuidoc-tikui`:

Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@fontsource/montserrat": "^5.0.18",
"@types/jest": "^29.2.5",
"concurrently": "^8.0.0",
"husky": "^9.1.1",
"jest": "^29.3.1",
"prettier": "^3.3.3",
"pug-lint": "^2.6.0",
"stylelint": "^16.7.0",
"stylelint-config-concentric-order": "^5.2.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.0.4",
"tsx": "^4.16.2",
"typescript": "^5.0.0"
"@fontsource/montserrat": "5.0.18",
"@types/jest": "29.5.12",
"concurrently": "8.2.2",
"husky": "9.1.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"pug-lint": "2.7.0",
"stylelint": "16.7.0",
"stylelint-config-concentric-order": "5.2.0",
"stylelint-config-standard-scss": "13.1.0",
"ts-jest": "29.2.3",
"tsx": "4.16.2",
"typescript": "5.5.4"
}
}

0 comments on commit 4578df7

Please sign in to comment.