File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ir-engine/ir-template" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " " ,
5
- "main" : " " ,
6
4
"scripts" : {
7
5
"test" : " mocha --config .mocharc.js" ,
8
6
"check-errors" : " tsc --noemit" ,
9
7
"format" : " prettier --write \" **/*.{ts,tsx}\" " ,
10
8
"format-scss" : " stylelint \" **/*.scss\" --fix" ,
11
9
"format-staged" : " lint-staged"
12
10
},
13
- "peerDependencies" : {},
14
- "dependencies" : {},
15
- "devDependencies" : {},
16
11
"license" : " ISC" ,
17
12
"pre-commit" : [
18
13
" format-staged"
Original file line number Diff line number Diff line change 1
- ### Ethereal Engine Project
1
+ ### Infinite Reality Engine Project
2
2
3
- This is an Ethereal Engine project.
3
+ This is an Infinite Reality Engine project.
Original file line number Diff line number Diff line change 30
30
"include" : [
31
31
" ../../../../../__global.d.ts" ,
32
32
" ../../../../server-core/src/*" ,
33
+ " ../../../../client-core/src/*" ,
33
34
" ./**/*.ts" ,
34
35
" ./**/*.tsx"
35
36
]
You can’t perform that action at this time.
0 commit comments