@digest/webpack-eslint 4.2.0 → 4.2.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 +6 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@digest/webpack-eslint",
|
|
3
3
|
"title": "Webpack ESLint Digest",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "4.2.
|
|
5
|
+
"version": "4.2.1",
|
|
6
6
|
"description": "Digested Webpack ESLint configurations",
|
|
7
7
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
8
8
|
"contributors": [
|
|
@@ -29,11 +29,12 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"lint": "run-p lint:es",
|
|
31
31
|
"lint:es": "eslint 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.(d.ts|json)'",
|
|
32
|
-
"clean": "rimraf node_modules package-lock.json npm-debug.log"
|
|
32
|
+
"clean": "rimraf node_modules package-lock.json npm-debug.log",
|
|
33
|
+
"set:version": "npm version --allow-same-version --no-commit-hooks --no-git-tag-version --no-workspaces-update $(npm --silent view $(node -p \"require('./package.json').name\") version)"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@digest/eslint-config": "^4.
|
|
36
|
-
"@digest/webpack": "^4.
|
|
36
|
+
"@digest/eslint-config": "^4.0.0",
|
|
37
|
+
"@digest/webpack": "^4.0.0",
|
|
37
38
|
"eslint-webpack-plugin": "^4.0.0"
|
|
38
39
|
},
|
|
39
40
|
"keywords": [
|
|
@@ -41,5 +42,5 @@
|
|
|
41
42
|
"eslint",
|
|
42
43
|
"webpack"
|
|
43
44
|
],
|
|
44
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "8177f7ab8957fdc57fae277bfcde02811ee6a9fd"
|
|
45
46
|
}
|