Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 17, 2023
1 parent c4628b2 commit c12e98f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
--unsafe-perm=true
]
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crepes-web",
"version": "2.0.0",
"version": "0.0.1",
"homepage": "https://github.com/CrepesJS/crepes.dev#readme",
"bugs": {
"url": "https://github.com/CrepesJS/crepes.dev/issues"
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"paths": {
"@Asset/*": ["Source/Asset/*"],
"@Component/*": ["Source/Component/*"],
"@Context/*": ["Source/Context/*"],
"@Element/*": ["Source/Element/*"],
"@Layout/*": ["Source/Layout/*"],
"@Library/*": ["Source/Library/*"],
"@Option/*": ["Source/Option/*"],
Expand Down

0 comments on commit c12e98f

Please sign in to comment.