@vamship/build-utils 2.0.0-1 → 2.0.0-2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vamship/build-utils",
|
3
|
-
"version": "2.0.0-
|
3
|
+
"version": "2.0.0-2",
|
4
4
|
"description": "Utility library for build tooling",
|
5
5
|
"type": "module",
|
6
6
|
"main": "src/index.js",
|
@@ -80,6 +80,7 @@
|
|
80
80
|
"eslint": ">= 8.56.0",
|
81
81
|
"fancy-log": ">=2.0.0",
|
82
82
|
"gulp": ">= 4.0.2",
|
83
|
+
"gulp-eslint-new": ">= 2.0.0",
|
83
84
|
"gulp-prettier": ">= 4.0.0",
|
84
85
|
"gulp-typescript": ">= 5.0.1",
|
85
86
|
"gulp-zip": ">= 5.1.0",
|