diff --git a/npmextra.json b/npmextra.json index 64effdd..f5718da 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartarchive", "shortDescription": "work with archives", - "npmPackagename": "@pushrocks/smartarchive", + "npmPackagename": "@push.rocks/smartarchive", "license": "MIT" } } diff --git a/package.json b/package.json index be3346e..8052058 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartarchive", + "name": "@push.rocks/smartarchive", "version": "3.0.6", "description": "work with archives", "main": "dist_ts/index.js", @@ -56,4 +56,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ 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" -}