Comparing version 2.38.0 to 2.39.0
{ | ||
"name": "ipwa", | ||
"version": "2.38.0", | ||
"version": "2.39.0", | ||
"author": "Sreeram Padmanabhan", | ||
@@ -42,7 +42,8 @@ "license": "ISC", | ||
"firebase:deploy": "firebase deploy --token $FIREBASE_TOKEN", | ||
"expo:start": "expo start", | ||
"expo:android": "expo start --android", | ||
"expo:ios": "expo start --ios", | ||
"expo:web": "EXPO=true expo start --web", | ||
"expo:eject": "expo eject", | ||
"expo:start": "expo start --config expo.json", | ||
"expo:android": "npm run expo:start -- --android", | ||
"expo:ios": "npm run expo:start -- --ios", | ||
"expo:web": "EXPO=true npm run expo:start -- --web", | ||
"expo:eject": "expo eject --config expo.json", | ||
"expo:build:android": "expo build:android --config expo.json -t abb", | ||
"clean": "rimraf ./*.log _dist coverage .firebase .expo web-build", | ||
@@ -49,0 +50,0 @@ "dev": "concurrently --kill-others \"npm run build:client:dev:watch\" \"npm run build:server:dev:watch\" -n client,server -c blue,yellow", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17350