@node-minify/run 5.3.0 → 7.0.0

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/lib/run.js +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Rodolphe Stoclin
3
+ Copyright (c) 2022 Rodolphe Stoclin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/run.js CHANGED
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
11
11
 
12
12
  /*!
13
13
  * node-minify
14
- * Copyright(c) 2011-2020 Rodolphe Stoclin
14
+ * Copyright(c) 2011-2022 Rodolphe Stoclin
15
15
  * MIT Licensed
16
16
  */
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-minify/run",
3
- "version": "5.3.0",
3
+ "version": "7.0.0",
4
4
  "description": "exec commands for @node-minify",
5
5
  "keywords": [
6
6
  "compressor",
@@ -12,7 +12,7 @@
12
12
  "license": "MIT",
13
13
  "main": "lib/run.js",
14
14
  "engines": {
15
- "node": ">=8.0.0"
15
+ "node": ">=14.0.0"
16
16
  },
17
17
  "directories": {
18
18
  "lib": "lib",
@@ -31,5 +31,5 @@
31
31
  "bugs": {
32
32
  "url": "https://github.com/srod/node-minify/issues"
33
33
  },
34
- "gitHead": "82898314fcff85e28501e33767ae095ca2d28cd1"
34
+ "gitHead": "8b5bda6f1ac9fe7180006f2a19ec3253e8fff4ec"
35
35
  }