Skip to content

Commit 3f4b9f1

Browse files
authored
Merge pull request #104 from codingtools/enhancement/plugins-added
Enhancement/plugins added
2 parents 74bbfa3 + ccd1010 commit 3f4b9f1

File tree

4 files changed

+123
-6
lines changed

4 files changed

+123
-6
lines changed

package-lock.json

Lines changed: 113 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@oclif/command": "^1.5.19",
14-
"@oclif/plugin-help": "^2.2.3",
1514
"@oclif/config": "^1.14.0",
1615
"@oclif/plugin-autocomplete": "^0.1.5",
17-
"@oclif/plugin-not-found": "^1.2.3",
16+
"@oclif/plugin-commands": "^1.2.3",
17+
"@oclif/plugin-help": "^2.2.3",
1818
"@oclif/plugin-warn-if-update-available": "^1.7.0",
19-
"axios": "^0.19.2",
2019
"avsc": "^5.4.19",
20+
"axios": "^0.19.2",
2121
"chalk": "^3.0.0",
2222
"codecov": "^3.6.5",
2323
"crypto-js": "^4.0.0",
@@ -75,9 +75,9 @@
7575
},
7676
"plugins": [
7777
"@oclif/plugin-help",
78-
"@oclif/plugin-not-found",
7978
"@oclif/plugin-warn-if-update-available",
80-
"@oclif/plugin-autocomplete"
79+
"@oclif/plugin-autocomplete",
80+
"@oclif/plugin-commands"
8181
],
8282
"warn-if-update-available": {
8383
"timeoutInDays": 3,

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"rootDir": "src",
88
"strict": true,
99
"target": "es2017",
10-
"sourceMap": true
10+
"sourceMap": true,
11+
"composite": true
1112
},
1213
"include": [
1314
"src/**/*"

tsconfig.tsbuildinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "3.6.4"
3+
}

0 commit comments

Comments
 (0)