Files
expo/package.json
Ben Roth 90f90478a1 Publish prod and dev home SDK 23
fbshipit-source-id: dc6adb8
2017-11-14 01:25:41 +00:00

13 lines
332 B
JSON

{
"name": "@exponent/exponent",
"version": "1.4.0",
"exp": {
"sdkVersion": "23.0.0"
},
"private": true,
"scripts": {
"lint": "eslint js",
"buildforxde": "ONLY_ACTIVE_ARCH=NO xcodebuild -sdk iphonesimulator -workspace 'Exponent.xcworkspace' -scheme 'Exponent' -configuration 'Release' -arch i386 build"
}
}