Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Dec 9, 2019
1 parent d9ae46f commit 8c760da
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 489 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dominickolbe/speedtest-cli",
"description": "CLI to test your internet speed",
"version": "0.2.2",
"version": "0.3.0",
"author": "Dominic Kolbe <kolbedominic@gmail.com>",
"homepage": "https://github.com/dominickolbe/speedtest-cli",
"repository": {
Expand All @@ -19,15 +19,15 @@
"release": "yarn build && npm publish"
},
"dependencies": {
"chalk": "^2.4.2",
"ora": "^4.0.2",
"speedtest-net": "^1.5.1"
"chalk": "^3.0.0",
"ora": "^4.0.3",
"speedtest-net": "^1.6.0"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/node": "^7.6.2",
"@babel/preset-env": "^7.6.2"
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.6"
},
"engines": {
"node": ">=8.12.0"
Expand Down
Loading

0 comments on commit 8c760da

Please sign in to comment.