Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit dfb3d02

Browse files
Merge pull request #9 from tomasz-oponowicz/develop
Release 1.0.3
2 parents 50b8b1c + 206bc87 commit dfb3d02

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
> Obfuscates JavaScript files using amazing [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator).
66
7+
Conceal your logic and hide any data contained in the code. Please read documentation [how to protect your code effectively](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/master/README.md).
8+
9+
Special thanks for [@sanex3339](https://github.com/sanex3339) for his outstanding [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator) library.
10+
711
## Getting Started
812
This plugin requires Grunt `>=0.4.5`
913

@@ -89,6 +93,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
8993

9094
## Release History
9195

96+
* 2016-11-09 / v1.0.3 / Updated README.
9297
* 2016-11-09 / v1.0.2 / Fixed examples.
9398
* 2016-11-09 / v1.0.1 / Relaxed peer dependencies.
9499
* 2016-11-08 / v1.0.0 / First release.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-javascript-obfuscator",
33
"description": "Obfuscates JavaScript files using amazing javascript-obfuscator.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"main": "tasks/javascript_obfuscator.js",
66
"files": ["tasks"],
77
"homepage": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator",
@@ -38,8 +38,11 @@
3838
"keywords": [
3939
"gruntplugin",
4040
"javascript-obfuscator",
41+
"obfuscator",
4142
"obfuscate",
42-
"obfuscator"
43-
43+
"protect",
44+
"conceal",
45+
"scramble",
46+
"safe"
4447
]
4548
}

0 commit comments

Comments
 (0)