@artsy/palette-mobile 19.0.0--canary.370.4201.0 → 19.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "19.0.0
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"android": "expo run:android --port 8082",
|
|
@@ -8,13 +8,12 @@
|
|
|
8
8
|
"bundle-install": "bundle install",
|
|
9
9
|
"clean": "rimraf dist",
|
|
10
10
|
"compile": "tsc",
|
|
11
|
-
"install:all": "yarn install && yarn bundle-install
|
|
11
|
+
"install:all": "yarn install && yarn bundle-install",
|
|
12
12
|
"ios": "expo run:ios --port 8082",
|
|
13
13
|
"lint:all": "yarn lint .",
|
|
14
14
|
"lint": "eslint --cache --cache-location '.cache/eslint/' --ext .ts,.tsx --fix",
|
|
15
15
|
"local-palette-dev": "./scripts/sync-after-change",
|
|
16
16
|
"open-xcode": "open ios/PaletteMobile.xcworkspace",
|
|
17
|
-
"pod-install": "cd ios && bundle exec pod install && cd ..",
|
|
18
17
|
"prebuild": "npx expo prebuild",
|
|
19
18
|
"prepare": "patch-package && husky install",
|
|
20
19
|
"prepublishOnly": "yarn clean && yarn compile",
|