Skip to content

Commit

Permalink
fix: change how peerDeps work
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Carroll committed Apr 16, 2019
1 parent ddeb2dc commit 3bc4e04
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"test:coverage": "jest --coverage",
"test:watch": "jest --watch --coverage"
},
"files": ["dist"],
"files": [
"dist"
],
"keywords": [
"testing",
"native-testing-library",
Expand All @@ -39,15 +41,15 @@
"husky": "^1.3.1",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.52.0",
"native-testing-library": "^1.5.0",
"native-testing-library": "1.x",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"react": "16.8.3",
"react-native": "^0.59.3",
"semantic-release": "^15.13.3"
},
"peerDependencies": {
"native-testing-library": "^1.2.0",
"native-testing-library": ">=1.2.0",
"react": "*",
"react-native": "*"
},
Expand Down

0 comments on commit 3bc4e04

Please sign in to comment.