machine-as-script
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -16,3 +16,3 @@ #!/usr/bin/env node | ||
var yargs = require('yargs'); | ||
var _ = require('lodash'); | ||
var _ = require('@sailshq/lodash'); | ||
var chalk = require('chalk'); | ||
@@ -19,0 +19,0 @@ var asScript = require('../'); |
{ | ||
"name": "machine-as-script", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Run a machine as a command-line script.", | ||
@@ -19,5 +19,5 @@ "scripts": { | ||
"dependencies": { | ||
"chalk": "0.5.1", | ||
"@sailshq/lodash": "^3.10.2", | ||
"chalk": "1.1.3", | ||
"commander": "2.6.0", | ||
"lodash": "3.10.1", | ||
"machine": "^13.0.0-9", | ||
@@ -24,0 +24,0 @@ "rttc": "^10.0.0-0", |
Sorry, the diff of this file is too big to display
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
89814
+ Added@sailshq/lodash@^3.10.2
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
- Removedlodash@3.10.1
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedchalk@0.5.1(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedsupports-color@0.2.0(transitive)
Updatedchalk@1.1.3