File tree Expand file tree Collapse file tree 4 files changed +477
-2
lines changed Expand file tree Collapse file tree 4 files changed +477
-2
lines changed Original file line number Diff line number Diff line change 33# The following patterns were generated by expo-cli
44
55expo-env.d.ts
6- # @end expo-cli
6+ # @end expo-cli
7+
8+ * .apk
9+ * .ipa
Original file line number Diff line number Diff line change 1111 "lint" : " eslint" ,
1212 "lint:fix" : " eslint --fix" ,
1313 "prepare" : " husky" ,
14- "create:package" : " tsx scripts/createPackage.ts"
14+ "create:package" : " tsx scripts/createPackage.ts" ,
15+ "release" : " tsx scripts/release.ts"
1516 },
1617 "devDependencies" : {
1718 "@antfu/eslint-config" : " ^4.13.2" ,
1819 "@commitlint/cli" : " ^19.8.1" ,
1920 "@commitlint/config-conventional" : " ^19.8.1" ,
2021 "@eslint-react/eslint-plugin" : " ^1.49.0" ,
22+ "@types/semver" : " 7.7.0" ,
2123 "eslint" : " ^9.27.0" ,
2224 "eslint-plugin-react-hooks" : " ^5.2.0" ,
2325 "eslint-plugin-react-refresh" : " ^0.4.20" ,
2426 "husky" : " ^9.1.7" ,
27+ "inquirer" : " 12.6.3" ,
2528 "lint-staged" : " ^16.0.0" ,
29+ "semver" : " 7.7.2" ,
2630 "tsx" : " 4.20.3" ,
2731 "turbo" : " 2.5.4" ,
2832 "typescript" : " ^5.8.3"
You can’t perform that action at this time.
0 commit comments