website-utilities 1.0.310 → 1.0.311
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 +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "website-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.311",
|
|
4
4
|
"description": "extend your web app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jquery",
|
|
@@ -64,9 +64,6 @@
|
|
|
64
64
|
"update:documentation": "documentation-website",
|
|
65
65
|
"watch": "weboptimizer build --watch"
|
|
66
66
|
},
|
|
67
|
-
"dependencies": {
|
|
68
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz"
|
|
69
|
-
},
|
|
70
67
|
"devDependencies": {
|
|
71
68
|
"@babel/eslint-parser": "*",
|
|
72
69
|
"@babel/plugin-transform-proto-to-assign": "*",
|
|
@@ -129,7 +126,6 @@
|
|
|
129
126
|
"npm": ">=8"
|
|
130
127
|
},
|
|
131
128
|
"resolutions": {
|
|
132
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
|
133
129
|
"colors": "1.4.0"
|
|
134
130
|
},
|
|
135
131
|
"sideEffects": false,
|