Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions examples/express-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ The examples are compatible with [LTS versions of Node.js](https://github.com/no

## Setup & Run

1. Go to `src/feature-management` under the root folder and run:

```bash
npm run install
npm run build
```

1. Go back to `examples/express-app` and install the dependencies using `npm`:
1. Install the dependencies using `npm`:

```bash
npm install
Expand Down
2 changes: 1 addition & 1 deletion examples/express-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "node server.mjs"
},
"dependencies": {
"@microsoft/feature-management": "../../src/feature-management",
"@microsoft/feature-management": "2.1.0-preview.1",
"express": "^4.21.2"
}
}