@khanacademy/wonder-blocks-core
Advanced tools
Comparing version 11.0.0 to 11.0.1
# @khanacademy/wonder-blocks-core | ||
## 11.0.1 | ||
### Patch Changes | ||
- 11a0f5c6: No functional changes. Adding prepublishOnly script. | ||
## 11.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@khanacademy/wonder-blocks-core", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"design": "v1", | ||
@@ -13,3 +13,4 @@ "publishConfig": { | ||
"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" | ||
}, | ||
@@ -28,3 +29,3 @@ "dependencies": { | ||
"@khanacademy/wb-dev-build-settings": "^2.0.0", | ||
"@khanacademy/wonder-blocks-testing-core": "^2.0.0" | ||
"@khanacademy/wonder-blocks-testing-core": "^2.0.1" | ||
}, | ||
@@ -31,0 +32,0 @@ "author": "", |
64855