Skip to content

Commit ad98505

Browse files
Added type module to package.json.
1 parent a38353c commit ad98505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "codebuilder-admin",
33
"main": "expo-router/entry",
44
"version": "1.0.0",
5+
"type": "module",
56
"scripts": {
67
"start": "expo start",
78
"android": "expo run:android",
@@ -68,4 +69,4 @@
6869
"typescript": "~5.3.3"
6970
},
7071
"private": true
71-
}
72+
}

0 commit comments

Comments
 (0)