@conduction/theme 1.1.14 → 1.1.15

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,8 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
- - 1.1.14: Added prepublish to package.json.
9
+ - 1.1.14 / 1.1.15:
10
+ - Added postinstall to package.json.
10
11
  - 1.1.13:
11
12
  - Updated Sloterburg primary color.
12
13
  - Updated Conduction form-input placholder color.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -8,6 +8,7 @@
8
8
  "url": "git+https://github.com/ConductionNL/conduction-theme.git"
9
9
  },
10
10
  "scripts": {
11
+ "postinstall": "npm run build",
11
12
  "build": "npm-run-all build:**",
12
13
  "build:conduction": "cd ./conduction-design-tokens && npm run build",
13
14
  "build:leiden": "cd ./municipalities/leiden-design-tokens && npm run build",
@@ -25,8 +26,7 @@
25
26
  "build:zutphen": "cd ./municipalities/zutphen-design-tokens && npm run build",
26
27
  "build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build",
27
28
  "build:gouda": "cd ./municipalities/gouda-design-tokens && npm run build",
28
- "build:zuiddrecht": "cd ./municipalities/zuiddrecht-design-tokens && npm run build",
29
- "prepublish": "npm run build"
29
+ "build:zuiddrecht": "cd ./municipalities/zuiddrecht-design-tokens && npm run build"
30
30
  },
31
31
  "dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" },
32
32
  "author": "",