@genesislcap/foundation-zero-grid-pro 12.0.1 → 12.0.2
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 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "12.0.
|
|
4
|
+
"version": "12.0.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"PORT": 4020
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "npm run
|
|
14
|
+
"build": "npm run clean && npm run build:tsc && npm run copy-files",
|
|
15
15
|
"build:rollup": "rollup -c",
|
|
16
16
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
17
17
|
"build-storybook": "build-storybook",
|
|
@@ -26,8 +26,6 @@
|
|
|
26
26
|
"dev:rollup": "rollup -c -w --configDev",
|
|
27
27
|
"dev:tsc": "tsc -b ./tsconfig.build.json -w",
|
|
28
28
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
29
|
-
"prepare": "npm run clean && npm run build:tsc && npm run copy-files",
|
|
30
|
-
"prepublishOnly": "npm run prepare",
|
|
31
29
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
32
30
|
"start": "npm run storybook",
|
|
33
31
|
"storybook": "start-storybook -p 6006",
|
|
@@ -87,11 +85,11 @@
|
|
|
87
85
|
"webpack-merge": "^5.7.3"
|
|
88
86
|
},
|
|
89
87
|
"dependencies": {
|
|
90
|
-
"@genesislcap/foundation-comms": "^12.0.
|
|
91
|
-
"@genesislcap/foundation-ui": "^12.0.
|
|
92
|
-
"@genesislcap/foundation-utils": "^12.0.
|
|
93
|
-
"@genesislcap/foundation-zero": "^12.0.
|
|
94
|
-
"@genesislcap/grid-pro": "^12.0.
|
|
88
|
+
"@genesislcap/foundation-comms": "^12.0.2",
|
|
89
|
+
"@genesislcap/foundation-ui": "^12.0.2",
|
|
90
|
+
"@genesislcap/foundation-utils": "^12.0.2",
|
|
91
|
+
"@genesislcap/foundation-zero": "^12.0.2",
|
|
92
|
+
"@genesislcap/grid-pro": "^12.0.2",
|
|
95
93
|
"@microsoft/fast-colors": "^5.1.4",
|
|
96
94
|
"@microsoft/fast-components": "^2.21.3",
|
|
97
95
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -112,5 +110,5 @@
|
|
|
112
110
|
"publishConfig": {
|
|
113
111
|
"access": "public"
|
|
114
112
|
},
|
|
115
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "28d849c72fd4385074cf195d7d33680dd81bff04"
|
|
116
114
|
}
|