From 17b50f9741f61a85e84b2d1efa47b7402b113ff1 Mon Sep 17 00:00:00 2001 From: hasan genc Date: Tue, 7 Apr 2020 17:35:36 +0300 Subject: [PATCH 1/3] Update .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 651f59e..8cb834d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,5 @@ charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = tab -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true +indent_size = 4 From 7b8cc0037bd1fc3d9aab5214907392371efd6f8c Mon Sep 17 00:00:00 2001 From: hasan genc Date: Tue, 7 Apr 2020 18:48:54 +0300 Subject: [PATCH 2/3] Update package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b275b30..13af280 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "scripts": { "build": "rollup -c --environment BUILD:production", "dev": "rollup -c -w --environment BUILD:development", - "publish": "npm publish", "fmt": "prettier --write 'src/**/*.{ts,tsx,css}' *.{js,json,md} && npm run lint:fix", "lint": "tslint -t verbose -c tslint.json 'src/**/*.{ts,tsx}'", "lint:fix": "tslint -t verbose -c tslint.json --fix 'src/**/*.{ts,tsx}'", From 38a959b2431bbfb097e0c27dbd618b383bde914f Mon Sep 17 00:00:00 2001 From: hasan genc Date: Tue, 7 Apr 2020 18:49:43 +0300 Subject: [PATCH 3/3] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d0dade..79fae83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc - run: name: Publish package - command: npm publish + command: npm publish --access=public workflows: version: 2