@genesislcap/foundation-zero 12.0.1 → 13.0.0

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.
Files changed (1) hide show
  1. package/package.json +6 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "12.0.1",
4
+ "version": "13.0.0",
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 build:tsc && npm run build:rollup && npm run build:webpack",
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": "storybook build",
@@ -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": "storybook dev -p 6006",
@@ -97,9 +95,9 @@
97
95
  "webpack-merge": "^5.7.3"
98
96
  },
99
97
  "dependencies": {
100
- "@genesislcap/foundation-comms": "^12.0.1",
101
- "@genesislcap/foundation-ui": "^12.0.1",
102
- "@genesislcap/foundation-utils": "^12.0.1",
98
+ "@genesislcap/foundation-comms": "^13.0.0",
99
+ "@genesislcap/foundation-ui": "^13.0.0",
100
+ "@genesislcap/foundation-utils": "^13.0.0",
103
101
  "@microsoft/fast-colors": "^5.1.4",
104
102
  "@microsoft/fast-components": "^2.21.3",
105
103
  "@microsoft/fast-element": "^1.7.0",
@@ -111,5 +109,5 @@
111
109
  "publishConfig": {
112
110
  "access": "public"
113
111
  },
114
- "gitHead": "304acc01f8f286b4c22dd59900711b70db6ab5a7"
112
+ "gitHead": "71d64612efd2827cb02ef308a22f3637bacb0bf2"
115
113
  }