@aurea-uds/tokens 0.6.0 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurea-uds/tokens",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Design tokens for Aurea UDS: the DTCG source and the CSS custom properties generated from it.",
5
5
  "keywords": [
6
6
  "aurea",
@@ -21,9 +21,6 @@
21
21
  "dist",
22
22
  "src"
23
23
  ],
24
- "scripts": {
25
- "typecheck": "tsc --noEmit --module ESNext --moduleResolution bundler --target ES2022 css-import.type-test.ts"
26
- },
27
24
  "exports": {
28
25
  "./css": {
29
26
  "types": "./dist/aurea.tokens.css.d.ts",
@@ -34,5 +31,8 @@
34
31
  "types": "./dist/aurea.tokens.native.d.ts",
35
32
  "default": "./dist/aurea.tokens.native.js"
36
33
  }
34
+ },
35
+ "scripts": {
36
+ "typecheck": "tsc --noEmit --module ESNext --moduleResolution bundler --target ES2022 css-import.type-test.ts"
37
37
  }
38
- }
38
+ }