fix rd
This commit is contained in:
parent
e709bdc813
commit
ccf5720cec
4
_rd.bat
4
_rd.bat
|
@ -1 +1,3 @@
|
||||||
if exist %* rd /s /q %*
|
for %%folder in (%*) do (
|
||||||
|
if exist %%folder rd /s /q %%folder
|
||||||
|
)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "node-addon-tools-raub",
|
"name": "node-addon-tools-raub",
|
||||||
"author": "Luis Blanco <raubtierxxx@gmail.com>",
|
"author": "Luis Blanco <raubtierxxx@gmail.com>",
|
||||||
"description": "A set of extra tools for Node.js addons.",
|
"description": "A set of extra tools for Node.js addons.",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
|
|
Loading…
Reference in New Issue