Comparing version 1.1.0 to 1.1.1
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
' $ app-size com.apple.Safari' | ||
].join('\n') | ||
] | ||
}); | ||
@@ -15,0 +15,0 @@ |
@@ -27,3 +27,3 @@ 'use strict'; | ||
if (process.platform !== 'darwin') { | ||
throw new Error('Only OS X are supported'); | ||
throw new Error('Only OS X systems are supported'); | ||
} | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "app-size", | ||
"version": "1.1.0", | ||
"description": "Get an app's size in byte (OS X)", | ||
"version": "1.1.1", | ||
"description": "Get an .app's size in byte", | ||
"files": [ | ||
@@ -16,4 +16,6 @@ "index.js", | ||
"app", | ||
"application", | ||
"cli", | ||
"cli-js", | ||
"mac", | ||
"osx", | ||
@@ -26,3 +28,3 @@ "size" | ||
"app-path": "^1.0.1", | ||
"meow": "^3.1.0" | ||
"meow": "^3.3.0" | ||
}, | ||
@@ -29,0 +31,0 @@ "devDependencies": { |
# app-size [![Build Status](https://travis-ci.org/gillstrom/app-size.svg?branch=master)](https://travis-ci.org/gillstrom/app-size) | ||
> Get an app's size in byte (OS X) | ||
> Get an .app's size in byte | ||
@@ -5,0 +5,0 @@ |
3862
Updatedmeow@^3.3.0