unify-token
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "unify-token", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Design Tokens for the Unify Design System", | ||
@@ -8,3 +8,3 @@ "main": "build/index.js", | ||
"scripts": { | ||
"build": "npm run clean --scripts-prepend-node-path && node globfile.js && node index.js", | ||
"build": "npm run clean --scripts-prepend-node-path && node globfile.js && node globfile.nest.js", | ||
"build-edge": "rimraf ./build && node globfile.edge.js", | ||
@@ -19,9 +19,2 @@ "build-test": "rimraf ./build && theo ./tokens/index.yml --format module.js,scss,common.js,ios.json,android.xml --dest ./build", | ||
], | ||
"files": [ | ||
"build", | ||
"color", | ||
"typography", | ||
"spacing", | ||
"motion" | ||
], | ||
"license": "MIT", | ||
@@ -28,0 +21,0 @@ "devDependencies": { |
32480
16
775