web-input-material 0.0.258 → 0.0.262

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-input-material",
3
- "version": "0.0.258",
3
+ "version": "0.0.262",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
@@ -17,6 +17,7 @@
17
17
  "url": "https://github.com/thaibault/web-input-material/issues"
18
18
  },
19
19
  "license": "CC-BY-3.0",
20
+ "main": "index.js",
20
21
  "author": {
21
22
  "name": "Torben Sickert",
22
23
  "email": "info@torben.website",
@@ -35,7 +36,8 @@
35
36
  },
36
37
  "scripts": {
37
38
  "build": "yarn build:types; yarn build:plain; yarn build:bundle:minimal-input",
38
- "build:bundle": "weboptimizer build '{__reference__: \"target:bundle\"}'",
39
+ "build:bundle": "yarn build:types; yarn build:bundle:plain",
40
+ "build:bundle:plain": "weboptimizer build '{__reference__: \"target:bundle\"}'",
39
41
  "build:bundle:minimal-input": "weboptimizer build '{__reference__: [\"target:bundle\", \"target:minimal\", \"target:minimal:input\"]}'",
40
42
  "build:bundle:minimal-input:stats": "weboptimizer build --json /tmp/stat.json '{__reference__: [\"target:bundle\", \"target:minimal\", \"target:minimal:input\"]}' && echo 'Results successfully written to \"/tmp/stat.json\".'",
41
43
  "build:bundle:stats": "weboptimizer build --json /tmp/stat.json '{__reference__: \"target:bundle\"}' && echo 'Results successfully written to \"/tmp/stat.json\".'",
@@ -165,12 +167,13 @@
165
167
  }
166
168
  }
167
169
  }
168
- },
169
- "ignorePattern": {
170
- "resourceRegExp": "jquery"
171
170
  }
172
171
  },
173
172
  "module": {
173
+ "aliases": {
174
+ "#": "Remove unneeded optional dependencies.",
175
+ "jquery$": false
176
+ },
174
177
  "enforceDeduplication": true,
175
178
  "html": {
176
179
  "options": {