Skip to content

Commit

Permalink
-Plugin will now use latest obfuscator version automatically
Browse files Browse the repository at this point in the history
-Increased keywords list
  • Loading branch information
Pavel Dranichnikov committed Nov 21, 2016
1 parent 86186fd commit b8a1a29
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-javascript-obfuscator",
"version": "1.1.1",
"version": "1.1.2",
"description": "Gulp plugin for javascript-obfuscator Node.JS package.",
"homepage": "http://github.com/wain-pc/gulp-javascript-obfuscator",
"repository": {
Expand All @@ -11,14 +11,26 @@
"keywords": [
"gulpplugin",
"obfuscate",
"obfuscation"
"obfuscation",
"javascript-obfuscator",
"obfuscator",
"obfuscate",
"protect",
"conceal",
"scramble",
"safe",
"uglify",
"crush",
"code protection",
"javascript obfuscator",
"js obfuscator"
],
"author": {
"name": "Wain-PC"
},
"license": "MIT",
"dependencies": {
"javascript-obfuscator": "^0.8.0",
"javascript-obfuscator": "latest",
"gulp-util": "^3.0.5",
"through2": "^2.0.0"
}
Expand Down

0 comments on commit b8a1a29

Please sign in to comment.