From b7ca82d3c3ad23d3a9e9481de8156b6dbce8a80f Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Fri, 13 Oct 2023 03:11:20 +0300 Subject: [PATCH] chore: Remove .npmrc --- .npmrc | 1 - package.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 38f11c64..00000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -registry=https://registry.npmjs.org diff --git a/package.json b/package.json index b5c6dea7..e2c64eb8 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "lint:fix": "eslint --fix --max-warnings=0 \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "typecheck": "tsc -p tsconfig.json --noEmit", "precommit": "npm run lint && npm run test", - "prepublishOnly": "npm run lint && npm run test && npm run build", - "git:head": "git checkout master && git pull" + "prepublishOnly": "npm run lint && npm run test && npm run build" }, "dependencies": { "@diplodoc/tabs-extension": "2.0.12",