diff --git a/package.json b/package.json index f4396be..fa160a1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", - "test-lib": "ng build angular-adapter && ng serve example" + "test-lib": "ng build angular-adapter && ng serve example", + "prepare": "npm run build angular-adapter" }, "private": true, "dependencies": { diff --git a/projects/angular-adapter/package.json b/projects/angular-adapter/package.json index 4a16511..1da3981 100644 --- a/projects/angular-adapter/package.json +++ b/projects/angular-adapter/package.json @@ -9,8 +9,8 @@ "url": "git+https://github.com/csvbox-io/angular-adapter.git" }, "peerDependencies": { - "@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", + "@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { "tslib": "^2.0.0"