unify-token
Advanced tools
Comparing version
@@ -10,2 +10,9 @@ # Change Log | ||
<!-- Start of Current Changelog --> | ||
## 2.0.5-dev-1 | ||
* :star2: Create new token format under `build/v2/...` directory path, older token under `build/...` will be deprecated | ||
* :star2: Add example usage on README.md | ||
* :star2: Exclude XML and Swift version | ||
<!-- End of Current Changelog --> | ||
## 2.0.4 | ||
@@ -12,0 +19,0 @@ * :star2: Add type definition for each token |
{ | ||
"name": "unify-token", | ||
"version": "2.0.4", | ||
"version": "2.0.5-dev-1", | ||
"description": "Design Tokens for the Unify Design System", | ||
@@ -8,7 +8,9 @@ "main": "build/index.js", | ||
"scripts": { | ||
"build": "npm run clean --scripts-prepend-node-path && node globfile.js && node globfile.nest.js && node typegen.js", | ||
"build-edge": "rimraf ./build && node globfile.edge.js", | ||
"build": "npm run clean --scripts-prepend-node-path && node scripts/globfile.js && node scripts/globfile.nest.js && node scripts/typegen.js", | ||
"build-edge": "rimraf ./build && node scripts/globfile.edge.js", | ||
"build-test": "rimraf ./build && theo ./tokens/index.yml --format module.js,scss,common.js,ios.json,android.xml --dest ./build", | ||
"checkbuild": "node ../../scripts/build/checkbuild.js", | ||
"clean": "rimraf ./build ./colors ./typography ./grids ./motions ./spacings", | ||
"movepack": "sh ../scripts/movepack.sh", | ||
"deploy": "node ../../scripts/deploy/publish.js --dev", | ||
"movepack": "sh ../../scripts/movepack.sh", | ||
"release": "sh ../../scripts/publish.sh", | ||
@@ -35,2 +37,2 @@ "release:dev": "sh ../../scripts/publish.sh -dev", | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
48508
0.93%2
100%