Comparing version 0.1.0-alpha4 to 0.1.0-alpha5
@@ -1,3 +0,2 @@ | ||
#! /usr/bin/env node | ||
| ||
var argv= require("optimist") | ||
@@ -14,5 +13,5 @@ .options('v', { | ||
var package = require("../package.json"); | ||
var pkg = require("../package.json"); | ||
if(argv.v){ | ||
process.stdout.write(package.version); | ||
process.stdout.write(pkg.version); | ||
process.stdout.write("\n"); | ||
@@ -25,3 +24,3 @@ process.exit(0); | ||
var args = argv._ | ||
var args = argv._; | ||
@@ -28,0 +27,0 @@ var main = require("../src/main"); |
{ | ||
"name": "recap", | ||
"preferGlobal": true, | ||
"version": "0.1.0-alpha4", | ||
"version": "0.1.0-alpha5", | ||
"author": "aintgoin2goa", | ||
@@ -6,0 +6,0 @@ "description": "creates responsive screenshots using phantomjs", |
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
182487