@pi-r/gulp 0.6.5 → 0.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -344,5 +344,4 @@ class Gulp extends Task {
344
344
  .catch(err => writeError("Unable to copy file", err, tempDir));
345
345
  }
346
346
  }
347
-
348
347
  module.exports = Gulp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/gulp",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Gulp task constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -20,8 +20,8 @@
20
20
  "license": "MIT",
21
21
  "homepage": "https://github.com/anpham6/pi-r#readme",
22
22
  "dependencies": {
23
- "@e-mc/task": "^0.8.6",
24
- "@e-mc/types": "^0.8.6",
23
+ "@e-mc/task": "^0.8.7",
24
+ "@e-mc/types": "^0.8.7",
25
25
  "gulp": "^4.0.2",
26
26
  "gulp-cli": "^2.3.0",
27
27
  "strip-ansi": "6.0.1",