diff --git a/package.json b/package.json index a889864..a459d24 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,16 @@ "public-api.d.ts" ], "license": "LICENSE", - "repository": "https://github.com/klee-contrib/ngx-focus-entities", + "repository": { + "type": "git", + "url": "git+https://github.com/klee-contrib/ngx-focus-entities.git" + }, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", - "test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage", - "lint": "ng lint" + "test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage" }, "private": false, "dependencies": { @@ -42,4 +44,4 @@ "ng-packagr": "^17.0.1", "typescript": "~5.2.2" } -} \ No newline at end of file +} diff --git a/projects/ngx-focus-entities/package.json b/projects/ngx-focus-entities/package.json index a06ea35..4fde317 100644 --- a/projects/ngx-focus-entities/package.json +++ b/projects/ngx-focus-entities/package.json @@ -1,6 +1,6 @@ { "name": "ngx-focus-entities", - "version": "0.0.12", + "version": "17.0.0", "repository": "https://github.com/klee-contrib/ngx-focus-entities", "license": "LICENSE", "author": {