Skip to content

Commit 5abc79e

Browse files
committed
Now using javascript-obfuscator@0.9.3.
1 parent 2731e56 commit 5abc79e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.1.
3+
> Obfuscate JavaScript files using [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator)@0.9.3.
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.8.1"
21+
"javascript-obfuscator": "^0.9.3"
2222
},
2323
"devDependencies": {
2424
"grunt": "^1.0.0",

0 commit comments

Comments
 (0)