-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.1.5 versiyonu ile javascript içindeki Bazı regex'lerin kendisi tara…
…fından bozulması engellendi. BAK: commentRegex2 farkı.
- Loading branch information
1 parent
f8a8f30
commit 2312181
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "js-comments-eraser", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "index-multi.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
|
@@ -19,7 +19,15 @@ | |
"cleaner", | ||
"comments" | ||
], | ||
"author": "[email protected]", | ||
"author": "Aydin Candan <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/aydincandan/js-comments-eraser.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/aydincandan/js-comments-eraser/issues" | ||
}, | ||
"homepage": "https://github.com/aydincandan/js-comments-eraser#readme", | ||
"license": "ISC", | ||
"description": "It simply clears comments in all javascript files within a folder(in all sub folders[recursively]).", | ||
"dependencies": { | ||
|