weboptimizer 2.0.1345 → 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 +2 -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",
|
|
@@ -1575,6 +1575,7 @@
|
|
|
1575
1575
|
"commandLine": {
|
|
1576
1576
|
"build:types": {
|
|
1577
1577
|
"arguments": [
|
|
1578
|
+
"--declaration",
|
|
1578
1579
|
"--emitDeclarationOnly",
|
|
1579
1580
|
"--project",
|
|
1580
1581
|
{
|