Skip to content

Commit

Permalink
fix: Don't require Plop to be installed separately (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Jun 5, 2020
1 parent 526987b commit 9b41ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ to compile the test apps yourself.

# Quick Start

Install `react-native-test-app` and `plop`. We will use
Install `react-native-test-app` as a dev dependency. We will use
[Plop](https://plopjs.com/) to generate the test app:

```bash
yarn add plop react-native-test-app --dev
yarn add react-native-test-app --dev
yarn plop --plopfile node_modules/react-native-test-app/plopfile.js --dest sample
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"metro-react-native-babel-preset": "0.54.1",
"react": "16.8.6",
"react-native": "0.60.6",
"react-native-macos": "0.60.0-microsoft.79"
"react-native-macos": "0.60.0-microsoft.79",
"plop": "^2.6.0"
},
"devDependencies": {
"@semantic-release/git": "^9.0.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"plop": "^2.6.0",
"prettier": "2.0.4",
"semantic-release": "^17.0.0"
},
Expand Down

0 comments on commit 9b41ea7

Please sign in to comment.