Comparing version 0.2.3 to 0.4.1
{ | ||
"name": "igdm-cli", | ||
"version": "0.2.3", | ||
"version": "0.4.1", | ||
"files": [ | ||
@@ -15,12 +15,12 @@ "package.json", | ||
"babel-runtime": "^6.26.0", | ||
"bignumber.js": "^4.1.0", | ||
"chalk": "^2.1.0", | ||
"bignumber.js": "^5.0.0", | ||
"chalk": "^2.3.0", | ||
"has-ansi": "^3.0.0", | ||
"inquirer": "^3.3.0", | ||
"inquirer": "^4.0.2", | ||
"instagram-private-api": "^0.6.7", | ||
"keypress": "^0.2.1", | ||
"log-update": "^2.1.0", | ||
"moment": "^2.19.0", | ||
"log-update": "^2.3.0", | ||
"moment": "^2.20.1", | ||
"mri": "^1.1.0", | ||
"ms": "^2.0.0", | ||
"ms": "^2.1.1", | ||
"ora": "^1.3.0", | ||
@@ -32,4 +32,5 @@ "update-notifier": "^2.3.0" | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.0", | ||
"np": "^2.16.0" | ||
"babel-preset-env": "^1.6.1", | ||
"np": "^2.20.1", | ||
"release": "^3.0.3" | ||
}, | ||
@@ -42,4 +43,5 @@ "repository": { | ||
"build": "babel src -d bin", | ||
"release": "np" | ||
"release": "np", | ||
"release:minor": "release minor" | ||
} | ||
} |
@@ -19,5 +19,5 @@ # igdm-cli | ||
Usage: | ||
igdm | ||
igdm [-h] | [-v] | [-u <username>] [-p <password>] [-i <polling interval>] | ||
igdm [--help] | [--version] | [--username=<username>] [--password=<password>] [--interval=<polling interval>] | ||
$ igdm | ||
$ igdm [-h] | [-v] | [-s] | [-u <username>] [-p <password>] [-i <polling interval>] | ||
$ igdm [--help] | [--version] | [--persist] | [--username=<username>] [--password=<password>] [--interval=<polling interval>] | ||
@@ -24,0 +24,0 @@ Options: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30578
5
+ Addedbignumber.js@5.0.0(transitive)
+ Addedinquirer@4.0.2(transitive)
- Removedinquirer@3.3.0(transitive)
Updatedbignumber.js@^5.0.0
Updatedchalk@^2.3.0
Updatedinquirer@^4.0.2
Updatedlog-update@^2.3.0
Updatedmoment@^2.20.1
Updatedms@^2.1.1