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

Commit

Permalink
Merge pull request #9 from tomasz-oponowicz/develop
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
tomasz-oponowicz authored Nov 9, 2016
2 parents 50b8b1c + 206bc87 commit dfb3d02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -38,8 +38,11 @@
"keywords": [
"gruntplugin",
"javascript-obfuscator",
"obfuscator",
"obfuscate",
"obfuscator"

"protect",
"conceal",
"scramble",
"safe"
]
}

0 comments on commit dfb3d02

Please sign in to comment.