fix rd 2
This commit is contained in:
parent
ccf5720cec
commit
b3b0c4ab80
4
_rd.bat
4
_rd.bat
|
@ -1,3 +1,3 @@
|
||||||
for %%folder in (%*) do (
|
for %%x in (%*) do (
|
||||||
if exist %%folder rd /s /q %%folder
|
if exist %%x rd /s /q %%x
|
||||||
)
|
)
|
||||||
|
|
|
@ -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.8",
|
"version": "0.0.9",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
|
|
Loading…
Reference in New Issue