From 1f44e78a8d6e0be7c0e780a9b8aa7eff45e4b760 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Tue, 30 Jan 2018 11:26:47 +0300 Subject: [PATCH] fix windows bats --- LICENSE | 2 +- README.md | 38 ++++++++++++++++++++------------------ _del.bat | 4 +++- _md.bat | 3 +++ index.js | 1 + package.json | 2 +- 6 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 _md.bat diff --git a/LICENSE b/LICENSE index 1aef668..d37bd6d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Luis Blanco +Copyright (c) 2018 Luis Blanco Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 39b4b1d..15b91ae 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ dependency packages. [index.js](#indexjs) -[\_rd.bat / \_del.bat](#_rdbat--_delbat) +[Windows BAT](#windows-bat) --- @@ -38,11 +38,12 @@ dependency packages. ### binding.gyp -* For Windows custom file/folder removers are present, you can put them into variables. +* For Windows custom file/folder removers/creators are present, you can put them into variables. ``` 'variables': { '_rd' : '", "description": "A set of extra tools for Node.js addons", - "version": "0.0.3", + "version": "0.0.4", "main": "index.js", "keywords": [ "node",