@clds/common-definitions
Advanced tools
Comparing version 0.48.0 to 0.48.1
{ | ||
"name": "@clds/common-definitions", | ||
"description": "Common Design System TypeScript definitions", | ||
"version": "0.48.0", | ||
"version": "0.48.1", | ||
"author": "Cloudinary", | ||
@@ -24,3 +24,3 @@ "main": "./dist/cjs/index.js", | ||
"lint": "eslint --ext .ts,.tsx .", | ||
"test": "nyc mocha './{src,test}/**/*.test.*' --exit", | ||
"test": "vitest run", | ||
"typecheck": "tsc --noEmit" | ||
@@ -27,0 +27,0 @@ }, |
47747