@stylable/dom-test-kit
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -10,5 +10,2 @@ "main": "./cjs/index.js", | ||
"build": "ts-build ./src --cjs", | ||
"lint": "run-p lint:src lint:test", | ||
"lint:src": "tslint -p ./src", | ||
"lint:test": "tslint -p ./tests", | ||
"test": "mocha -r @ts-tools/node/r \"./tests/**/*.spec.ts\" --watch-extensions ts", | ||
@@ -19,4 +16,4 @@ "start": "webpack-dev-server --hot --inline", | ||
"dependencies": { | ||
"@stylable/core": "^2.0.4", | ||
"@stylable/runtime": "^2.0.2" | ||
"@stylable/core": "^2.0.5", | ||
"@stylable/runtime": "^2.0.3" | ||
}, | ||
@@ -37,3 +34,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "6d47e4728f9164f1fb9d1425f4a0409de0a9b857" | ||
"gitHead": "5aca5a9142c8a798d802ad1d09b5b8e0cb189856" | ||
} |
18078
Updated@stylable/core@^2.0.5
Updated@stylable/runtime@^2.0.3