Skip to content

Commit 7604979

Browse files
use latest preview package (#115)
1 parent 57ed1b8 commit 7604979

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

examples/express-app/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ The examples are compatible with [LTS versions of Node.js](https://github.com/no
88

99
## Setup & Run
1010

11-
1. Go to `src/feature-management` under the root folder and run:
12-
13-
```bash
14-
npm run install
15-
npm run build
16-
```
17-
18-
1. Go back to `examples/express-app` and install the dependencies using `npm`:
11+
1. Install the dependencies using `npm`:
1912

2013
```bash
2114
npm install

examples/express-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"start": "node server.mjs"
44
},
55
"dependencies": {
6-
"@microsoft/feature-management": "../../src/feature-management",
6+
"@microsoft/feature-management": "2.1.0-preview.1",
77
"express": "^4.21.2"
88
}
99
}

0 commit comments

Comments
 (0)