Skip to content

Commit

Permalink
Add exp as dev dependency for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-username committed Mar 26, 2018
1 parent bfff93b commit 82cb712
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 13 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"exp": "^50.0.5",
"jest": "^22.4.2",
"jest-expo": "^25.1.0",
"jest-react-native": "^18.0.0",
Expand All @@ -24,7 +25,8 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"exp-publish": "exp publish"
},
"jest": {
"preset": "jest-expo",
Expand Down
Loading

0 comments on commit 82cb712

Please sign in to comment.