Skip to content

Commit 5622693

Browse files
author
PROGRESS\radeva
committedFeb 7, 2018
docs: clarify that the plugin is dev dependency
1 parent 18ffc42 commit 5622693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ git remote add upstream https://github.com/NativeScript/nativescript-dev-typescr
5050
2. Set up the project:
5151

5252
```bash
53-
#In the repo root
53+
# In the repo root
5454
npm install --ignore-scripts
5555
```
5656

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The above command adds `nativescript-dev-typescript` package as dev dependency a
1616

1717
When the plugin installed what it will do out of the box is to add
1818
- `tsconfig.json` file to the project (if it doesn't exist),
19-
- `typescript` as dependency
19+
- `typescript` as dev dependency
2020
- `before-prepare` hook which takes care to transpile all files before preparing your project
2121
- `before-watch` hook to start the typescript watcher and transpile on every typescript change during project livesync
2222
- `after-watch` hook to stop the typescript watcher after the livesync is stopped

0 commit comments

Comments
 (0)
Please sign in to comment.