js-comments-eraser 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-comments-eraser",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "main": "index-multi.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/readme.md CHANGED
@@ -18,7 +18,8 @@ Daha sonra aşağıdaki gibi komut satırından kullanın.
18
18
 
19
19
  ```
20
20
  $ node yorumyok yorumlu.js yorumsuz.js # 1.0.1
21
- $ node yorumyok <kaynakDir> # 1.1.3
21
+ $ node yorumyok <kaynakDir> # >= 1.1.3
22
+
22
23
  ```
23
24
 
24
25
  [js-comments-eraser](https://github.com/aydincandan/js-comments-eraser/pulls) için önerileriniz dikkate alınacaktır.
@@ -43,7 +44,7 @@ Then use it from the command line as follows.
43
44
 
44
45
  ```
45
46
  $ node nocomments withcomments.js withoutcomments.js # 1.0.1
46
- $ node nocomments <sourceDir> # 1.1.3
47
+ $ node nocomments <sourceDir> # >= 1.1.3
47
48
 
48
49
  ```
49
50