Skip to content

Commit 4b57aef

Browse files
Update add-jqueryui-accordion-to-web-part.md
this is type declarations, this should go in devDependencies
1 parent 697d5a2 commit 4b57aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/get-started/add-jqueryui-accordion-to-web-part.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ At this point, Yeoman installs the required dependencies and scaffolds the solut
9191
1. Open your console and install the needed types:
9292
9393
```shell
94-
npm install @types/jquery@2
95-
npm install @types/jqueryui
94+
npm install @types/jquery@2 --save-dev
95+
npm install @types/jqueryui --save-dev
9696
```
9797
9898
### To unbundle external dependencies from web part bundle

0 commit comments

Comments
 (0)