@khanacademy/wonder-blocks-tokens
Advanced tools
Comparing version 3.0.0 to 3.0.1
# @khanacademy/wonder-blocks-tokens | ||
## 3.0.1 | ||
### Patch Changes | ||
- 11a0f5c6: No functional changes. Adding prepublishOnly script. | ||
## 3.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@khanacademy/wonder-blocks-tokens", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Core primitive design tokens for Web Wonder Blocks", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublishOnly": "../../utils/publish/package-pre-publish-check.sh" | ||
}, | ||
@@ -12,0 +13,0 @@ "author": "", |
26953