@stylable/module-utils
Advanced tools
Comparing version 3.9.1 to 3.10.0
{ | ||
"name": "@stylable/module-utils", | ||
"version": "3.9.1", | ||
"version": "3.10.0", | ||
"description": "Stylable module creation utilities", | ||
@@ -10,7 +10,6 @@ "main": "cjs/index.js", | ||
"build": "ts-build ./src --cjs", | ||
"test": "mocha \"test/**/*.spec.ts?(x)\"", | ||
"prepack": "yarn build" | ||
"test": "mocha \"test/**/*.spec.ts?(x)\"" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^3.9.1" | ||
"@stylable/core": "^3.10.0" | ||
}, | ||
@@ -17,0 +16,0 @@ "files": [ |
18680
Updated@stylable/core@^3.10.0