Skip to content

Commit

Permalink
Merge pull request #104 from codingtools/enhancement/plugins-added
Browse files Browse the repository at this point in the history
Enhancement/plugins added
  • Loading branch information
pateash authored Apr 25, 2020
2 parents 74bbfa3 + ccd1010 commit 3f4b9f1
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 6 deletions.
113 changes: 113 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@oclif/command": "^1.5.19",
"@oclif/plugin-help": "^2.2.3",
"@oclif/config": "^1.14.0",
"@oclif/plugin-autocomplete": "^0.1.5",
"@oclif/plugin-not-found": "^1.2.3",
"@oclif/plugin-commands": "^1.2.3",
"@oclif/plugin-help": "^2.2.3",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"axios": "^0.19.2",
"avsc": "^5.4.19",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"codecov": "^3.6.5",
"crypto-js": "^4.0.0",
Expand Down Expand Up @@ -75,9 +75,9 @@
},
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-warn-if-update-available",
"@oclif/plugin-autocomplete"
"@oclif/plugin-autocomplete",
"@oclif/plugin-commands"
],
"warn-if-update-available": {
"timeoutInDays": 3,
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"rootDir": "src",
"strict": true,
"target": "es2017",
"sourceMap": true
"sourceMap": true,
"composite": true
},
"include": [
"src/**/*"
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "3.6.4"
}

0 comments on commit 3f4b9f1

Please sign in to comment.