cocos-obfuscator 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cocos-obfuscator",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Cocos Creator 项目代码混淆工具,支持字节跳动小游戏和微信小游戏平台",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -31,4 +31,3 @@
31
31
  "url": ""
32
32
  }
33
33
  }
34
-
File without changes