Skip to content

Commit 50a221b

Browse files
committed
docs(getting-started): switch @types/hammerjs to dev dependency on instructions
Suggest developers to install @types/hammerjs as a dev dependency instead of a plain dependency. Closes #1889
1 parent 93d46b7 commit 50a221b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GETTING_STARTED.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerj
4747
directly from your app.
4848

4949
```bash
50-
npm install --save hammerjs @types/hammerjs
50+
npm install --save hammerjs
51+
npm install --sade-dev @types/hammerjs
5152
```
5253

5354
Import HammerJS on your app's module.

0 commit comments

Comments
 (0)