Skip to content

Commit 3e734fa

Browse files
committed
chore: remove oclif.lock
1 parent fd1cb5b commit 3e734fa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ node_modules
99
/test/**/yarn.lock
1010
/test/**/node_modules
1111

12-
oclif.lock
12+
1313
oclif.manifest.json
1414
npm-shrinkwrap.json

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"files": [
4040
"/lib",
4141
"/oclif.manifest.json",
42-
"/npm-shrinkwrap.json",
43-
"/oclif.lock"
42+
"/npm-shrinkwrap.json"
4443
],
4544
"homepage": "https://github.com/oclif/plugin-which",
4645
"keywords": [
@@ -59,12 +58,12 @@
5958
"repository": "oclif/plugin-which",
6059
"scripts": {
6160
"build": "shx rm -rf lib && tsc",
62-
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
61+
"clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
6362
"compile": "tsc",
6463
"lint": "eslint . --ext .ts",
6564
"postpack": "yarn run clean",
6665
"posttest": "yarn lint",
67-
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock",
66+
"prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap",
6867
"prepare": "husky && yarn build",
6968
"pretest": "yarn build && tsc -p test --noEmit",
7069
"test": "mocha --forbid-only \"test/**/*.test.ts\"",

0 commit comments

Comments
 (0)