@proximus/lavender-content-header 1.0.0-alpha.7 → 1.0.0-alpha.9

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,46 +1,19 @@
1
1
  {
2
2
  "name": "@proximus/lavender-content-header",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.9",
4
4
  "description": "",
5
- "main": "dist/index.js",
6
- "exports": {
7
- ".": {
8
- "types": "./src/index.ts",
9
- "development": "./src/index.ts",
10
- "default": "./dist/index.js"
11
- },
12
- "./src/*.css": {
13
- "development": "src/*.css"
14
- }
15
- },
5
+ "main": "dist/index.es.js",
16
6
  "files": [
17
7
  "dist"
18
8
  ],
19
9
  "type": "module",
20
10
  "scripts": {
21
- "build": "tsc; vite build",
11
+ "transform-package-json": "node ../../../scripts/tranformPackageJson.js package.json dist/far/away",
12
+ "clean": "rm -rf dist",
13
+ "build": "npm run clean && tsc && NODE_ENV=development vite build && npm run transform-package-json",
22
14
  "test": "vitest run --coverage"
23
15
  },
24
16
  "publishConfig": {
25
17
  "access": "public"
26
- },
27
- "lerna": {
28
- "command": {
29
- "publish": {
30
- "assets": [
31
- "CHANGELOG.md",
32
- "package.json",
33
- "dist/*.js",
34
- "dist/*.cjs",
35
- "dist/css/**/*.css",
36
- "dist/js/**/*.js",
37
- "dist/*.svg",
38
- "dist/*.ttf",
39
- "dist/glyphmap.json",
40
- "dist/*.d.ts"
41
- ]
42
- }
43
- }
44
- },
45
- "gitHead": "7683b6952d1da07fe58b0f4ddef292e3954ab85d"
18
+ }
46
19
  }
File without changes