weboptimizer 2.0.1344 → 2.0.1346
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 +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1346",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -404,6 +404,7 @@
|
|
|
404
404
|
},
|
|
405
405
|
"build:types": {
|
|
406
406
|
"arguments": [
|
|
407
|
+
"--declaration",
|
|
407
408
|
"--emitDeclarationOnly",
|
|
408
409
|
"--project",
|
|
409
410
|
{
|
|
@@ -1574,6 +1575,7 @@
|
|
|
1574
1575
|
"commandLine": {
|
|
1575
1576
|
"build:types": {
|
|
1576
1577
|
"arguments": [
|
|
1578
|
+
"--declaration",
|
|
1577
1579
|
"--emitDeclarationOnly",
|
|
1578
1580
|
"--project",
|
|
1579
1581
|
{
|