@pi-r/rollup 0.11.4 → 0.11.5

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 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -190,9 +190,6 @@ async function transform(context, value, options) {
190
190
  for (const file of tmp) {
191
191
  fs.unlink(file, () => { });
192
192
  }
193
- if (tempDir) {
194
- fs.rm(tempDir, { recursive: true, force: true }, () => { });
195
- }
196
193
  });
197
194
  }
198
195
  if (result) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/rollup",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "Rollup transform function for E-mc.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {