scb-wc 0.1.6 → 0.1.8
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 +8 -3
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scb-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
7
7
|
"browser": "scb-wc.bundle.js",
|
|
8
8
|
"typings": "scb-wc.d.ts",
|
|
9
9
|
"style": "scb-wc.css",
|
|
10
|
+
"bin": {
|
|
11
|
+
"scb-wc": "bin/scb-wc.mjs"
|
|
12
|
+
},
|
|
10
13
|
"sideEffects": [
|
|
11
14
|
"**/*.css"
|
|
12
15
|
],
|
|
@@ -29,7 +32,9 @@
|
|
|
29
32
|
"fonts/**/*",
|
|
30
33
|
"blazor/**/*",
|
|
31
34
|
"!**/*.map",
|
|
32
|
-
"scb-typography.css"
|
|
35
|
+
"scb-typography.css",
|
|
36
|
+
"bin/**/*",
|
|
37
|
+
"starters/**/*"
|
|
33
38
|
],
|
|
34
39
|
"exports": {
|
|
35
40
|
".": {
|
|
@@ -417,5 +422,5 @@
|
|
|
417
422
|
},
|
|
418
423
|
"./mvc/*": "./mvc/*"
|
|
419
424
|
},
|
|
420
|
-
"buildHash": "
|
|
425
|
+
"buildHash": "C1ED84801D2610016334C243F2B55897E024E0331BA14C55DACEB80EBF02CB89"
|
|
421
426
|
}
|