latest-lib-cli
Advanced tools
+1
-0
@@ -69,2 +69,3 @@ #!/usr/bin/env node | ||
| .example('$ latest-lib jquery') | ||
| .example('$ latest-lib jquery@2') | ||
| .example('$ latest-lib bootstrap --only css') | ||
@@ -71,0 +72,0 @@ .example('$ latest-lib bootstrap --only js') |
+2
-2
| { | ||
| "name": "latest-lib-cli", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Get the latest version of a CSS or JavaScript library hosted on CDNJS", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
| "execa": "^0.6.3", | ||
| "latest-lib": "^0.1.0", | ||
| "latest-lib": "^0.2.0", | ||
| "loading-indicator": "^2.0.0", | ||
@@ -24,0 +24,0 @@ "yargs": "^7.1.0" |
+1
-0
@@ -28,2 +28,3 @@ # latest-lib-cli [](https://travis-ci.org/GabrielMangiurea/latest-lib-cli) | ||
| $ latest-lib jquery | ||
| $ latest-lib jquery@2 | ||
| $ latest-lib bootstrap --only css | ||
@@ -30,0 +31,0 @@ $ latest-lib bootstrap --only js |
5214
1.14%73
1.39%42
2.44%+ Added
- Removed
Updated