Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README and freeze packages #51

Merged
merged 1 commit into from
Jul 25, 2024
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 .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"
}
}