This commit is contained in:
Philipp Kunz 2018-07-17 09:00:27 +02:00
parent 4156a57a3f
commit e6e6d86c15
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartnetwork", "name": "smartnetwork",
"version": "1.0.2", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartnetwork", "name": "@pushrocks/smartnetwork",
"version": "1.0.2", "version": "1.1.0",
"private": false, "private": false,
"description": "network diagnostics", "description": "network diagnostics",
"main": "dist/index.js", "main": "dist/index.js",
@ -19,4 +19,4 @@
"@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartpromise": "^2.0.5",
"speedtest-net": "^1.4.3" "speedtest-net": "^1.4.3"
} }
} }