diff --git a/npmextra.json b/npmextra.json index a0ba924..7685fae 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,10 +2,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartlifecycle", "shortDescription": "a module handling lifecycle events", - "npmPackagename": "@pushrocks/smartlifecycle", + "npmPackagename": "@push.rocks/smartlifecycle", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 0e393c4..302c76e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartlifecycle", + "name": "@push.rocks/smartlifecycle", "version": "1.0.2", "private": false, "description": "a module handling lifecycle events", @@ -21,4 +21,4 @@ "tslint-config-prettier": "^1.15.0" }, "dependencies": {} -} +} \ 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" -}