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 #8 from tomasz-oponowicz/develop
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
tomasz-oponowicz authored Nov 9, 2016
2 parents 7a4360d + c0157b0 commit 50b8b1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ grunt.initConfig({
options: {
/* Default options */
},
files: {
'dist/obfuscated.js': ['src/module1.js', 'src/module2.js']
},
main: {
files: {
'dist/obfuscated.js': ['src/module1.js', 'src/module2.js']
}
}
},
});
```
Expand All @@ -73,9 +75,11 @@ grunt.initConfig({
debugProtection: true,
debugProtectionInterval: true
},
files: {
'dist/obfuscated.js': ['src/module1.js', 'src/module2.js']
},
main: {
files: {
'dist/obfuscated.js': ['src/module1.js', 'src/module2.js']
}
}
},
});
```
Expand All @@ -85,5 +89,6 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

* 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.
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.0.2",
"main": "tasks/javascript_obfuscator.js",
"files": ["tasks"],
"homepage": "https://github.com/tomasz-oponowicz/grunt-javascript-obfuscator",
Expand Down

0 comments on commit 50b8b1c

Please sign in to comment.