diff --git a/packages/eslint/.eslintignore b/packages/eslint/.eslintignore index 1c5df31..d788abe 100644 --- a/packages/eslint/.eslintignore +++ b/packages/eslint/.eslintignore @@ -11,4 +11,4 @@ dist coverage # JetBrains IDE -.idea \ No newline at end of file +.idea diff --git a/packages/eslint/.npmrc b/packages/eslint/.npmrc deleted file mode 100644 index b9c8fbb..0000000 --- a/packages/eslint/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@zkitter:registry=https://npm.pkg.github.com diff --git a/packages/eslint/package.json b/packages/eslint/package.json index 419c0d5..7a566c0 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -18,8 +18,7 @@ "author": "r1oga", "license": "MIT", "publishConfig": { - "access": "public", - "registry": "https://npm.pkg.github.com" + "access": "public" }, "repository": "https://github.com/zkitter/configs", "scripts": { diff --git a/packages/prettier/.npmrc b/packages/prettier/.npmrc deleted file mode 100644 index b9c8fbb..0000000 --- a/packages/prettier/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@zkitter:registry=https://npm.pkg.github.com diff --git a/packages/prettier/.prettierignore b/packages/prettier/.prettierignore index c738ab4..0adae85 100644 --- a/packages/prettier/.prettierignore +++ b/packages/prettier/.prettierignore @@ -11,4 +11,4 @@ dist coverage # JetBrains IDE -.idea \ No newline at end of file +.idea diff --git a/packages/prettier/package.json b/packages/prettier/package.json index a2f66a1..c2f6503 100644 --- a/packages/prettier/package.json +++ b/packages/prettier/package.json @@ -16,8 +16,7 @@ "author": "r1oga", "license": "MIT", "publishConfig": { - "access": "public", - "registry": "https://npm.pkg.github.com" + "access": "public" }, "repository": "https://github.com/zkitter/configs", "scripts": {