From 39e7eea6d583e69e932e563a2637332961824088 Mon Sep 17 00:00:00 2001 From: Eduardo Wesley Date: Thu, 10 Mar 2022 23:46:53 -0300 Subject: [PATCH] chore: create .npmrc --- .npmrc | 2 ++ package.json | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..9b26a1b --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +# Set the token to publish package in CI +//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file diff --git a/package.json b/package.json index 9a384d3..ff19c2c 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,11 @@ "local registry", "local npm" ], + "files": [ + "bin", + "config", + "commands" + ], "bin": { "loctry": "./bin/index.mjs" },