@stylable/runtime
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@stylable/runtime", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -11,5 +11,2 @@ "main": "cjs/index.js", | ||
"bundle": "node -r @ts-tools/node/r ./scripts/build-runtime.ts", | ||
"lint": "run-p lint:src lint:test", | ||
"lint:src": "tslint -p ./src", | ||
"lint:test": "tslint -p ./test", | ||
"test:unit": "mocha -r @ts-tools/node/r \"test/unit/**/*.spec.ts?(x)\" --watch-extensions ts,tsx", | ||
@@ -35,3 +32,3 @@ "test:e2e": "mocha -r @ts-tools/node/r \"test/e2e/**/*.spec.[tj]s?(x)\" --watch-extensions js,ts,tsx --timeout 20000", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "6d47e4728f9164f1fb9d1425f4a0409de0a9b857" | ||
"gitHead": "5aca5a9142c8a798d802ad1d09b5b8e0cb189856" | ||
} |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.0.2 */ | ||
/* runtime version: 2.0.3 */ | ||
function StylableRuntime(exports){ | ||
@@ -3,0 +3,0 @@ exports = exports || {}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51264