Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Mar 25, 2020
1 parent 6e905ae commit ff6408c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 25 deletions.
65 changes: 43 additions & 22 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "esvu",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "src/index.js",
"dependencies": {
"chalk": "^3.0.0",
"cli-progress": "^3.6.0",
"execa": "^4.0.0",
"extract-zip": "^1.6.7",
"extract-zip": "^1.7.0",
"glob": "^7.1.6",
"inquirer": "^7.1.0",
"node-fetch": "^2.6.0",
"ora": "^4.0.3",
"rimraf": "^3.0.2",
"tar": "^5.0.5",
"yargs": "^15.3.0"
"yargs": "^15.3.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit ff6408c

Please sign in to comment.