@dscodotco/theme-presets 0.1.0 → 0.1.1

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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dscodotco/theme-presets",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Combinable storefront theme presets — palette × type × structure composed into DTCG tokens, with a matrix generator. Zero dependencies.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,7 +10,6 @@
10
10
  "exports": {
11
11
  ".": {
12
12
  "types": "./dist/index.d.ts",
13
- "development": "./src/index.ts",
14
13
  "import": "./dist/index.js",
15
14
  "require": "./dist/index.cjs"
16
15
  }