Skip to content

Commit 231f27f

Browse files
committed
Now using javascript-obfuscator@0.10.0.
1 parent 6f862b9 commit 231f27f

File tree

4 files changed

+355
-50
lines changed

4 files changed

+355
-50
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = function (grunt) {
4646

4747
folderDest: {
4848
options: {
49+
unicodeEscapeSequence: true,
4950
},
5051
files: {
5152
'tmp/': [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# grunt-contrib-obfuscator [![Build Status](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master)](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator)
22

3-
> Obfuscate JavaScript files using [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator)@0.9.3.
3+
> Obfuscate JavaScript files using [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator)@0.10.0.
44
55
You can try the javascript-obfuscator module and see all its options here: https://javascriptobfuscator.herokuapp.com
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"chalk": "^1.0.0",
21-
"javascript-obfuscator": "^0.9.3"
21+
"javascript-obfuscator": "^0.10.0"
2222
},
2323
"devDependencies": {
2424
"grunt": "^1.0.0",

0 commit comments

Comments
 (0)