Skip to content

Commit 6ff0a1d

Browse files
fix: use oclif not @oclif/dev-cli (#384)
1 parent 62f4364 commit 6ff0a1d

File tree

2 files changed

+1823
-47
lines changed

2 files changed

+1823
-47
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tslib": "^2"
1717
},
1818
"devDependencies": {
19-
"@oclif/dev-cli": "^1",
19+
"oclif": "^2.6.3",
2020
"@oclif/plugin-command-snapshot": "^3",
2121
"@salesforce/cli-plugins-testkit": "^1.4.10",
2222
"@salesforce/dev-config": "^3.0.1",
@@ -131,7 +131,7 @@
131131
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
132132
"test:deprecation-policy": "./bin/run snapshot:compare",
133133
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
134-
"version": "oclif-dev readme"
134+
"version": "oclif readme"
135135
},
136136
"publishConfig": {
137137
"access": "public"

0 commit comments

Comments
 (0)