Skip to content

Commit

Permalink
Add style from tikui
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuk committed Aug 15, 2022
1 parent e7b5b19 commit ada0ca7
Show file tree
Hide file tree
Showing 17 changed files with 3,780 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: 'Setup: Node.js'
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 16.16.0
- name: 'Setup: update NPM'
shell: bash
run: npm install -g npm
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ npm-debug.log.*
######################
.sass-cache/

######################
# Tikui cache
######################
/cache

######################
# Eclipse
######################
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ javac 17.0.1

```
$ node -v
v16.14.0
v16.16.0
```

```
$ npm -v
8.5.0
8.11.0
```

#### Docker and Docker-compose
Expand Down
Loading

0 comments on commit ada0ca7

Please sign in to comment.