Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 28, 2024
1 parent e08cdcb commit 6bb9808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"name": "@ir-engine/ir-template",
"version": "0.0.0",
"description": "",
"main": "",
"scripts": {
"test": "mocha --config .mocharc.js",
"check-errors": "tsc --noemit",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"format-scss": "stylelint \"**/*.scss\" --fix",
"format-staged": "lint-staged"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {},
"license": "ISC",
"pre-commit": [
"format-staged"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Ethereal Engine Project
### Infinite Reality Engine Project

This is an Ethereal Engine project.
This is an Infinite Reality Engine project.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"include": [
"../../../../../__global.d.ts",
"../../../../server-core/src/*",
"../../../../client-core/src/*",
"./**/*.ts",
"./**/*.tsx"
]
Expand Down

0 comments on commit 6bb9808

Please sign in to comment.