@stylable/node
Advanced tools
Comparing version 3.9.1 to 3.10.0
{ | ||
"name": "@stylable/node", | ||
"version": "3.9.1", | ||
"version": "3.10.0", | ||
"description": "Integrate Stylable into your node application", | ||
@@ -10,8 +10,7 @@ "main": "cjs/index.js", | ||
"build": "ts-build ./src --cjs", | ||
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 10000", | ||
"prepack": "yarn build" | ||
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 10000" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^3.9.1", | ||
"@stylable/module-utils": "^3.9.1", | ||
"@stylable/core": "^3.10.0", | ||
"@stylable/module-utils": "^3.10.0", | ||
"find-config": "^1.0.0" | ||
@@ -18,0 +17,0 @@ }, |
13826
Updated@stylable/core@^3.10.0