Skip to content

Commit

Permalink
enable jetification
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Sep 8, 2019
1 parent b092202 commit 863e024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prepare": "patch -p0 -Nfsi contrib/*.patch || true",
"pretty": "prettier --write '{source,modules,scripts,e2e}/**/*.{js,json}' 'data/**/*.css' '{*,.*}.{yaml,yml,json,js}' '.circleci/*'",
"p": "pretty-quick",
"postinstall": "jetify",
"start": "react-native start",
"test": "jest",
"validate-bus-data": "node scripts/validate-bus-schedules.js",
Expand Down Expand Up @@ -165,6 +166,7 @@
"eslint-plugin-react-native": "3.7.0",
"flow-bin": "0.98.1",
"jest": "24.9.0",
"jetifier": "1.6.4",
"js-yaml": "3.13.1",
"junk": "3.1.0",
"metro-react-native-babel-preset": "0.56.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4480,7 +4480,7 @@ jest@24.9.0:
import-local "^2.0.0"
jest-cli "^24.9.0"

jetifier@^1.6.2:
jetifier@1.6.4, jetifier@^1.6.2:
version "1.6.4"
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.4.tgz#6159db8e275d97980d26162897a0648b6d4a3222"
integrity sha512-+f/4OLeqY8RAmXnonI1ffeY1DR8kMNJPhv5WMFehchf7U71cjMQVKkOz1n6asz6kfVoAqKNWJz1A/18i18AcXA==
Expand Down

0 comments on commit 863e024

Please sign in to comment.