From 59e236075c8404ce1b02f9eb0246522f75889c34 Mon Sep 17 00:00:00 2001 From: mmazzarolo Date: Thu, 18 Apr 2019 21:19:12 +0200 Subject: [PATCH] Updated .npmignore --- .circleci/config.yml | 2 +- .npmignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd3d866..819fbd1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ jobs: at: ~/repo - run: name: Authenticate with registry - command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc + command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc - run: name: Publish package command: npm publish diff --git a/.npmignore b/.npmignore index 0b37565..c6d3e4f 100644 --- a/.npmignore +++ b/.npmignore @@ -7,7 +7,7 @@ node_modules/ npm-debug.log # Images and extras -extras/ +.github/ example/ .eslintrc yarn.lock \ No newline at end of file