Skip to content

Commit

Permalink
chore: Remove .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Oct 13, 2023
1 parent 840f3ba commit b7ca82d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b7ca82d

Please sign in to comment.