Skip to content

Commit 2796bd0

Browse files
authored
fix casing (#139)
* fix casing * tmp shuffle * shuffle files to Main * [email protected] * [email protected] * [email protected]
1 parent 52cdc66 commit 2796bd0

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed

.template/react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<body>
1414
<div id="root"></div>
15-
<script type="module" src="/src/main.tsx"></script>
15+
<script type="module" src="/src/Main.tsx"></script>
1616
</body>
1717

1818
</html>

.template/vanilla/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<body>
1414
<div id="root"></div>
15-
<script type="module" src="/src/main.ts"></script>
15+
<script type="module" src="/src/Main.ts"></script>
1616
</body>
1717

1818
</html>

apps/nutritionfacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"update-cache": "vite-node ./scripts/updateCache.mts"
2929
},
3030
"type": "module",
31-
"version": "1.4.3"
31+
"version": "1.4.4"
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"vitest": "^3.2.4",
2323
"yaml": "^2.8.1"
2424
},
25-
"version": "1.4.3",
25+
"version": "1.4.4",
2626
"name": "@instructure.ai/shared-configs",
2727
"packageManager": "[email protected]",
2828
"private": true,

packages/aiinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
"sideEffects": false,
5151
"type": "module",
5252
"types": "./dist/index.d.ts",
53-
"version": "1.4.3"
53+
"version": "1.4.4"
5454
}

0 commit comments

Comments
 (0)