carbon-preprocess-svelte 0.11.4 → 0.11.5

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,33 +1,17 @@
1
1
  {
2
2
  "name": "carbon-preprocess-svelte",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Svelte preprocessors for the Carbon Design System",
6
6
  "author": "Eric Liu (https://github.com/metonym)",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
- "scripts": {
10
- "index:components": "bun scripts/index-components.ts",
11
- "build": "bun --bun tsc -p tsconfig.build.json",
12
- "test:e2e": "bun tests/test-e2e.ts",
13
- "format": "bun --bun prettier --write . --cache"
14
- },
15
9
  "dependencies": {
16
10
  "estree-walker": "^2.0.2",
17
11
  "magic-string": "^0.30.10",
18
12
  "postcss": "^8.4.40",
19
13
  "postcss-discard-empty": "^6.0.3"
20
14
  },
21
- "devDependencies": {
22
- "@types/bun": "latest",
23
- "@types/jest": "latest",
24
- "carbon-components-svelte": "0.85.0",
25
- "prettier": "latest",
26
- "svelte": "latest",
27
- "typescript": "latest",
28
- "vite": "latest",
29
- "webpack": "latest"
30
- },
31
15
  "repository": {
32
16
  "type": "git",
33
17
  "url": "git+https://github.com/carbon-design-system/carbon-preprocess-svelte.git"
@@ -43,10 +27,6 @@
43
27
  "optimize imports",
44
28
  "optimize CSS"
45
29
  ],
46
- "files": [
47
- "dist"
48
- ],
49
- "maintainers": [
50
- "Eric Liu (https://github.com/metonym)"
51
- ]
30
+ "files": ["dist"],
31
+ "maintainers": ["Eric Liu (https://github.com/metonym)"]
52
32
  }