sanex3339 9 년 전
부모
커밋
34d30357d6
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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: