Skip to content

Commit

Permalink
fix(core): umd module id for @ngrx/store
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jun 2, 2021
1 parent fe2d58d commit 4c4f7f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/ngrx-correlation-id/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngrx-correlation-id",
"lib": {
"entryFile": "src/public-api.ts"
"entryFile": "src/public-api.ts",
"umdModuleIds": {
"@ngrx/store": "@ngrx/store"
}
}
}

0 comments on commit 4c4f7f8

Please sign in to comment.