@nulogy/tokens
Advanced tools
Comparing version 4.9.1 to 4.10.2
@@ -0,1 +1,8 @@ | ||
## [4.10.2](https://github.com/nulogy/nds-tokens/compare/v4.10.1...v4.10.2) (2020-10-22) | ||
### Bug Fixes | ||
* for release tests ([6eba41f](https://github.com/nulogy/nds-tokens/commit/6eba41fdf7940d9f2626691fc67a4c23d71d342e)) | ||
# Change Log | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 02 Oct 2020 19:51:00 GMT | ||
* Generated on Thu, 22 Oct 2020 18:40:49 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ |
MIT License | ||
Copyright (c) 2018 Ned Schwartz | ||
Copyright (c) 2020 Nulogy | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.9.1", | ||
"version": "4.10.2", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
"repository": "https://github.com/nulogy/design-system.git", | ||
"repository": "https://github.com/nulogy/nds-tokens.git", | ||
"author": "Nulogy <info@nulogy.com> (https://github.com/nulogy)", | ||
@@ -13,9 +13,24 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "style-dictionary build" | ||
"build": "style-dictionary build", | ||
"lint:fix": "yarn prettier --write src/", | ||
"lint": "yarn prettier --check src/" | ||
}, | ||
"main": "dist/exports.js", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/commit-analyzer": "^8.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/github": "^7.1.1", | ||
"@semantic-release/npm": "^7.0.6", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"husky": "^4.3.0", | ||
"prettier": "2.1.2", | ||
"semantic-release": "^17.2.1", | ||
"style-dictionary": "^2.6.2" | ||
}, | ||
"gitHead": "b6908a55d366ba69a54b7de58bc55ea9d6d9869e" | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn lint" | ||
} | ||
} | ||
} |
@@ -34,2 +34,2 @@ { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
25047
23
387
10