@@ -1,6 +1,10 @@
Change Log
===
+v0.7.3
+---
+* CLI missing polyfill fix [#17](https://github.com/sanex3339/javascript-obfuscator/issues/17)
+
v0.7.2
---
* runtime error fix [#7](https://github.com/sanex3339/webpack-obfuscator/issues/7)
@@ -1,3 +1,7 @@
#!/usr/bin/env node
+if (!global._babelPolyfill) {
+ require('babel-polyfill');
+}
require('../dist/index').runCLI(process.argv);
@@ -1,6 +1,6 @@
{
"name": "javascript-obfuscator",
- "version": "0.7.2",
+ "version": "0.7.3",
"description": "JavaScript obfuscator",
"keywords": [
"obfuscator",