diff --git a/npmextra.json b/npmextra.json index 29db1be..075f0b9 100644 --- a/npmextra.json +++ b/npmextra.json @@ -7,10 +7,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartcls", "shortDescription": "continuation-local-storage using native AsyncLocalStorage", - "npmPackagename": "@pushrocks/smartcls", + "npmPackagename": "@push.rocks/smartcls", "license": "MIT" } } diff --git a/package.json b/package.json index 87584c7..4984972 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartcls", + "name": "@push.rocks/smartcls", "version": "1.0.12", "description": "continuation-local-storage using native AsyncLocalStorage", "main": "dist_ts/index.js", @@ -35,4 +35,4 @@ "npmextra.json", "readme.md" ] -} +} \ 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" -}