sanex3339 před 9 roky
rodič
revize
34d30357d6
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 1 1
      package.json
  2. 2 0
      readme.md

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "javascript-obfuscator",
-  "version": "0.1.5",
+  "version": "0.2.0",
   "description": "JavaScript obfuscator",
   "main": "index.js",
   "dependencies": {

+ 2 - 0
readme.md

@@ -5,6 +5,8 @@ Compatible with ES6.
 Tested on Angular2 bundle.
 https://gist.github.com/sanex3339/ffc2876123b52e6d11ce45369fd53acf
 
+##Important: right now obfuscated code may not work after minification with UglifyJS (tested on Angular 2 bundle). I will try to fix that soon or later.
+
 ###Installation
 
 Install the package with NPM and add it to your devDependencies: