Skip to content

Commit e4a4c1f

Browse files
committed
Remove package-lock.json in example folder
1 parent 65f7ef1 commit e4a4c1f

File tree

5 files changed

+5
-2988
lines changed

5 files changed

+5
-2988
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,4 +410,4 @@ types/
410410
*.tgz
411411

412412
# examples
413-
examples/package-lock.json
413+
examples/*/package-lock.json

examples/console-app/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ To run the examples using the published version of the package:
3131
npm install
3232
```
3333

34+
This will install all required packages listed in `package.json` with their latest compatible versions.
35+
3436
2. There are two ways to run the examples using correct credentials:
3537

3638
- Edit the file `.env.template`, adding the access keys to your App Configuration store. and rename the file from `.env.template` to just `.env`. The examples will read this file automatically.

0 commit comments

Comments
 (0)