diff --git a/package-lock.json b/package-lock.json index d70fe54..3f3113f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "ngx-permissions", + "name": "@eklesia/ngx-permissions", "version": "6.0.5", "lockfileVersion": 1, "requires": true, @@ -6537,7 +6537,8 @@ "natives": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz", - "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==" + "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==", + "dev": true }, "negotiator": { "version": "0.6.1", diff --git a/package.json b/package.json index e228e33..dd91d41 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ngx-permissions", + "name": "@eklesia/ngx-permissions", "version": "6.0.5", "scripts": { "build": "gulp build", @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/AlexKhymenko/ngx-permissions" + "url": "https://github.com/hugoj-goncalves/ngx-permissions" }, "author": { "name": "Oleksandr Khymenko", @@ -55,7 +55,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/AlexKhymenko/ngx-permissions/issues" + "url": "https://github.com/hugoj-goncalves/ngx-permissions/issues" }, "devDependencies": { "@angular/common": "6.0.0-rc.5", diff --git a/src/package.json b/src/package.json index 3edaad2..a9d403b 100644 --- a/src/package.json +++ b/src/package.json @@ -1,9 +1,9 @@ { - "name": "ngx-permissions", + "name": "@eklesia/ngx-permissions", "version": "6.0.5", "repository": { "type": "git", - "url": "https://github.com/AlexKhymenko/ngx-permissions" + "url": "https://github.com/hugoj-goncalves/ngx-permissions" }, "author": { "name": "Oleksandr Khymenko", @@ -51,7 +51,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/AlexKhymenko/ngx-permissions/issues" + "url": "https://github.com/hugoj-goncalves/ngx-permissions/issues" }, "main": "ngx-permissions.js", "module": "ngx-permissions.js",