diff --git a/npmextra.json b/npmextra.json index 6a879c7..a9f138f 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,10 +2,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartpersona", "shortDescription": "manage logins", - "npmPackagename": "@pushrocks/smartpersona", + "npmPackagename": "@push.rocks/smartpersona", "license": "MIT", "projectDomain": "push.rocks" } @@ -14,4 +14,4 @@ "npmGlobalTools": [], "npmAccessLevel": "public" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 296ff05..c3e1fc0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartpersona", + "name": "@push.rocks/smartpersona", "version": "1.0.6", "private": false, "description": "manage logins", @@ -24,4 +24,4 @@ "@pushrocks/smartjson": "^3.0.8", "@tsclass/tsclass": "^2.0.11" } -} +} \ No newline at end of file diff --git a/tslint.json b/tslint.json deleted file mode 100644 index d4ea2e9..0000000 --- a/tslint.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": ["tslint:latest", "tslint-config-prettier"], - "rules": { - "semicolon": [true, "always"], - "no-console": false, - "ordered-imports": false, - "object-literal-sort-keys": false, - "member-ordering": { - "options":{ - "order": [ - "static-method" - ] - } - } - }, - "defaultSeverity": "warning" -}