diff --git a/.snyk b/.snyk deleted file mode 100644 index 1b81d29..0000000 --- a/.snyk +++ /dev/null @@ -1,69 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.5 -# ignores vulnerabilities until expiry date; change duration by modifying expiry date -ignore: - SNYK-JS-NODESASS-535497: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-535498: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-535502: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540956: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540958: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540964: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540974: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540978: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540980: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540990: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540992: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540994: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540996: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-540998: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-541000: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.940Z' - SNYK-JS-NODESASS-541002: - - node-sass: - reason: None given - expires: '2020-02-12T19:06:41.941Z' -patch: {} diff --git a/npmextra.json b/npmextra.json index 501687f..0a83ed7 100644 --- a/npmextra.json +++ b/npmextra.json @@ -6,10 +6,10 @@ "gitzone": { "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartsass", "shortDescription": "smart wrapper for sass", - "npmPackagename": "@pushrocks/smartsass", + "npmPackagename": "@push.rocks/smartsass", "license": "MIT" } } diff --git a/package.json b/package.json index 71de804..3ba9513 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartsass", + "name": "@push.rocks/smartsass", "version": "2.0.6", "private": false, "description": "smart wrapper for sass", @@ -50,4 +50,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" -}