diff --git a/README.md b/README.md index b9b69c0..e88316d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ > Obfuscates JavaScript files using amazing [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator). +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). + +Special thanks for [@sanex3339](https://github.com/sanex3339) for his outstanding [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator) library. + ## Getting Started This plugin requires Grunt `>=0.4.5` @@ -89,6 +93,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## Release History + * 2016-11-09 / v1.0.3 / Updated README. * 2016-11-09 / v1.0.2 / Fixed examples. * 2016-11-09 / v1.0.1 / Relaxed peer dependencies. * 2016-11-08 / v1.0.0 / First release. diff --git a/package.json b/package.json index 173db72..ad48402 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-javascript-obfuscator", "description": "Obfuscates JavaScript files using amazing javascript-obfuscator.", - "version": "1.0.2", + "version": "1.0.3", "main": "tasks/javascript_obfuscator.js", "files": ["tasks"], "homepage": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator", @@ -38,8 +38,11 @@ "keywords": [ "gruntplugin", "javascript-obfuscator", + "obfuscator", "obfuscate", - "obfuscator" - + "protect", + "conceal", + "scramble", + "safe" ] }