Skip to content

Commit

Permalink
Update docs/developer-guide/mapstore-migration-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Oct 2, 2024
1 parent 35493dd commit 396aae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/mapstore-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The same for projects of derived `MapStoreExtensions`. Make sure to:
- Update `package.json` with the new versions of webpack and other dependencies.
- Remove and regenerate your `package-lock.json` with `npm install` after updating the Node version.

Here the diff used for MapStore Extensions to update the `package.json` file (tested with Node 16):
Here the diff used for MapStore Extensions to update the `package.json` file:

```diff
diff --git a/package.json b/package.json
Expand Down

0 comments on commit 396aae2

Please sign in to comment.