diff --git a/.gitignore b/.gitignore index 729a944..f63d63d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ +.npmrc +.yarnrc .idea node_modules lib coverage *.log *.iml -.DS_Store \ No newline at end of file +.DS_Store diff --git a/package.json b/package.json index 6431f34..7934ca9 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,8 @@ "require": [ "babel-register" ] + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" } }