Skip to content

Commit 04fb215

Browse files
committed
fix: remove dev-cli
1 parent 54a5dc9 commit 04fb215

File tree

2 files changed

+18
-255
lines changed

2 files changed

+18
-255
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"tslib": "^2.5.0"
1919
},
2020
"devDependencies": {
21-
"@oclif/dev-cli": "^1.26.10",
2221
"@oclif/test": "^2.3.17",
2322
"@types/chai": "^4.2.7",
2423
"@types/fs-extra": "^8.0.1",
@@ -74,7 +73,7 @@
7473
"posttest": "yarn lint",
7574
"prepack": "yarn build && oclif manifest && oclif readme",
7675
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
77-
"version": "oclif-dev readme && git add README.md"
76+
"version": "oclif readme && git add README.md"
7877
},
7978
"types": "dist/index.d.ts"
8079
}

0 commit comments

Comments
 (0)