From e01e64f2fe90b22a00ddb156b971dbd8afdf149d Mon Sep 17 00:00:00 2001 From: Sergii Stotskyi Date: Wed, 22 Nov 2023 00:05:22 +0200 Subject: [PATCH] fix: ensure pre-post scripts are enabled for pnpm --- .npmrc | 1 + packages/casl-angular/README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..6c59086d8 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +enable-pre-post-scripts=true diff --git a/packages/casl-angular/README.md b/packages/casl-angular/README.md index 78e8f5f93..10c9f5763 100644 --- a/packages/casl-angular/README.md +++ b/packages/casl-angular/README.md @@ -8,8 +8,6 @@ This package allows to integrate `@casl/ability` with [Angular] application. It ## Installation -The latest version of this package is compiled by Ivy, so **apps that do not use Ivy are no longer supported**. - ```sh npm install @casl/angular @casl/ability # or