Skip to content

Commit

Permalink
fix(angular): ensure ngrx runtime utils are available for testing (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Jun 22, 2023
1 parent 3f0bddd commit 17c8ca6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/angular/index.cts

This file was deleted.

5 changes: 1 addition & 4 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
"./src/builders/*.impl": "./src/builders/*.impl.js",
"./src/executors/*/schema.json": "./src/executors/*/schema.json",
"./src/executors/*.impl": "./src/executors/*.impl.js",
"./src/executors/*/compat": "./src/executors/*/compat.js",
".": {
"require": "./index.cjs"
}
"./src/executors/*/compat": "./src/executors/*/compat.js"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"jest.config.ts",
"test-setup.ts"
],
"include": ["**/*.ts", "./index.cts"]
"include": ["**/*.ts"]
}

1 comment on commit 17c8ca6

@vercel
Copy link

@vercel vercel bot commented on 17c8ca6 Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.