This commit is contained in:
Luis Blanco 2018-01-20 23:50:27 +03:00
parent e709bdc813
commit ccf5720cec
2 changed files with 4 additions and 2 deletions

View File

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

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.7",
"version": "0.0.8",
"main": "index.js",
"keywords": [
"node",