@utrecht/component-library-react 1.0.1 → 1.0.2-alpha.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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.1",
2
+ "version": "1.0.2-alpha.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -16,18 +16,6 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "sideEffects": false,
19
- "scripts": {
20
- "prebuild": "npm run clean",
21
- "build": "npm-run-all build:**",
22
- "build:rollup": "rollup --config rollup.config.mjs",
23
- "build:rollup-components": "rollup --config rollup-components.config.mjs",
24
- "build:test-results": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --json --outputFile=dist/.jest-test-results.json --silent",
25
- "clean": "rimraf dist/ pages/",
26
- "lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
27
- "test": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --verbose",
28
- "watch:build": "rollup -c --watch",
29
- "watch:test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose --watch"
30
- },
31
19
  "main": "./dist/index.cjs.js",
32
20
  "module": "./dist/index.esm.js",
33
21
  "types": "./dist/index.d.ts",
@@ -100,5 +88,16 @@
100
88
  "optional": true
101
89
  }
102
90
  },
103
- "gitHead": "7b2241dec1bc0413d5db6a05b573e8e3aa0a3d80"
104
- }
91
+ "scripts": {
92
+ "prebuild": "npm run clean",
93
+ "build": "npm-run-all build:**",
94
+ "build:rollup": "rollup --config rollup.config.mjs",
95
+ "build:rollup-components": "rollup --config rollup-components.config.mjs",
96
+ "build:test-results": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --json --outputFile=dist/.jest-test-results.json --silent",
97
+ "clean": "rimraf dist/ pages/",
98
+ "lint": "tsc --project ./tsconfig.json --noEmit && tsc --noEmit --project ./tsconfig.test.json",
99
+ "test": "mkdir -p pages && NODE_OPTIONS=--experimental-vm-modules jest --verbose",
100
+ "watch:build": "rollup -c --watch",
101
+ "watch:test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose --watch"
102
+ }
103
+ }