elixir-rsync
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -28,3 +28,4 @@ var gulp = require( 'gulp' ); | ||
.src( '' ) | ||
.pipe( shell( command ) ); | ||
.pipe( shell( command ) ) | ||
.pipe( new Elixir.Notification( 'Rsync completed!' ) ); | ||
}) | ||
@@ -31,0 +32,0 @@ .watch( paths.src.path ) |
{ | ||
"name": "elixir-rsync", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Elixir Rsync Extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3211
28