This commit is contained in:
Luis Blanco 2018-01-20 23:53:23 +03:00
parent ccf5720cec
commit b3b0c4ab80
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
for %%folder in (%*) do (
if exist %%folder rd /s /q %%folder
for %%x in (%*) do (
if exist %%x rd /s /q %%x
)

View File

@ -2,7 +2,7 @@
"name": "node-addon-tools-raub",
"author": "Luis Blanco <raubtierxxx@gmail.com>",
"description": "A set of extra tools for Node.js addons.",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",
"keywords": [
"node",