@stylable/dom-test-kit
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -17,3 +17,3 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^0.1.7", | ||
"@stylable/core": "^0.1.8", | ||
"@stylable/runtime": "^0.1.7" | ||
@@ -33,3 +33,4 @@ }, | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "1d8950a51e77383751ecc10d9b75375a8f0817b9" | ||
} |
@@ -9,3 +9,3 @@ # @stylable/dom-test-kit | ||
```css | ||
/* style.st.css */ | ||
/* my-component.st.css */ | ||
.root {} | ||
@@ -12,0 +12,0 @@ |
19725
Updated@stylable/core@^0.1.8