瀏覽代碼

Increased a minimal nodejs engine version

Dmitry Zamotkin 5 年之前
父節點
當前提交
aedee2918f
共有 5 個文件被更改,包括 9 次插入3 次删除
  1. 6 0
      CHANGELOG.md
  2. 0 0
      dist/index.browser.js
  3. 0 0
      dist/index.cli.js
  4. 0 0
      dist/index.js
  5. 3 3
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,4 +1,10 @@
 Change Log
+
+===
+v0.18.7
+---
+* Fixed https://github.com/javascript-obfuscator/gulp-javascript-obfuscator/issues/22 
+
 ===
 v0.18.6
 ---

File diff suppressed because it is too large
+ 0 - 0
dist/index.browser.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.cli.js


File diff suppressed because it is too large
+ 0 - 0
dist/index.js


+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "javascript-obfuscator",
-  "version": "0.18.6",
+  "version": "0.18.7",
   "description": "JavaScript obfuscator",
   "keywords": [
     "obfuscator",
@@ -12,7 +12,7 @@
     "js obfuscator"
   ],
   "engines": {
-    "node": ">=6.11.5"
+    "node": ">=8"
   },
   "main": "dist/index.js",
   "browser": "dist/index.browser.js",
@@ -115,7 +115,7 @@
   },
   "contributors": [
     "Timofey Kachalov (https://github.com/sanex3339)",
-    "Zamotkin (https://github.com/zamotkin)"
+    "Dmitry Zamotkin (https://github.com/zamotkin)"
   ],
   "license": "BSD-2-Clause",
   "collective": {

Some files were not shown because too many files changed in this diff