Comparing version 2.0.9 to 2.0.10
@@ -5,2 +5,5 @@ #!/usr/bin/env node | ||
// Semantic Versioning | ||
var version = '2.0.10'; | ||
// Dependencies | ||
@@ -60,3 +63,3 @@ var ContentDirect = require('content-direct'), | ||
program | ||
.version('2.0.9') | ||
.version(version) | ||
.option('-e, --environment <environment>', 'int1, sbx1 (default), stg1, etc.', 'sbx1') | ||
@@ -63,0 +66,0 @@ .option('-f, --file <file>', 'csv file to immerse') |
{ | ||
"name": "immersion", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"main": "./lib/immersion.js", | ||
@@ -29,2 +29,3 @@ "description": "Content Direct product catalog command line tool", | ||
"chai": "^1.10.0", | ||
"grunt-bump": "0.0.16", | ||
"grunt-contrib-jshint": "^0.10.0", | ||
@@ -34,2 +35,3 @@ "grunt-contrib-nodeunit": "^0.3.3", | ||
"grunt-mocha-cli": "^1.9.0", | ||
"grunt-version": "^0.3.0", | ||
"jshint-stylish": "^0.2.0", | ||
@@ -46,3 +48,3 @@ "load-grunt-tasks": "^0.4.0", | ||
"commander": "^2.5.0", | ||
"content-direct": "^0.1.2", | ||
"content-direct": "^0.1.3", | ||
"csv-parse": "0.0.6", | ||
@@ -53,2 +55,2 @@ "extend": "^2.0.0", | ||
} | ||
} | ||
} |
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
14261
300
10
Updatedcontent-direct@^0.1.3