diff --git a/npmextra.json b/npmextra.json index 6151ccf..6565149 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,10 +2,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartcheck", "shortDescription": "easy checks for web and services", - "npmPackagename": "@pushrocks/smartcheck", + "npmPackagename": "@push.rocks/smartcheck", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 09e70d9..e101bdd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartcheck", + "name": "@push.rocks/smartcheck", "version": "1.0.2", "private": false, "description": "easy checks for web and services", @@ -23,4 +23,4 @@ "dependencies": { "puppeteer": "^1.12.2" } -} +} \ 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" -}