diff --git a/README.md b/README.md index a64f5b7..50647d7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Custom angular builder to generate "src/environments/environment.ts" file based npm install --save-dev @igorissen/angular-env-builder ``` -You must install the dotenv package in version 16.4.x as it is a peer dependency. +You must install the dotenv package in version 17.4.2 as it is a peer dependency. ```bash npm install --save-dev dotenv@16.4 diff --git a/package-lock.json b/package-lock.json index 72edecd..81d07cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@igorissen/angular-env-builder", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@igorissen/angular-env-builder", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@angular-devkit/architect": "~0.2200.5", diff --git a/package.json b/package.json index 3ce5f58..6b3a1e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@igorissen/angular-env-builder", - "version": "2.0.0", + "version": "3.0.0", "builders": "builders.json", "scripts": { "build": "npm run prebuild && tsc && npm run postbuild",