@stylable/runtime
Advanced tools
Comparing version 2.1.1 to 2.1.3
{ | ||
"name": "@stylable/runtime", | ||
"version": "2.1.1", | ||
"version": "2.1.3", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -11,4 +11,4 @@ "main": "cjs/index.js", | ||
"bundle": "node -r @ts-tools/node/r ./scripts/build-runtime.ts", | ||
"test:unit": "mocha -r @ts-tools/node/r \"test/unit/**/*.spec.ts?(x)\" --watch-extensions ts,tsx", | ||
"test:e2e": "mocha -r @ts-tools/node/r \"test/e2e/**/*.spec.[tj]s?(x)\" --watch-extensions js,ts,tsx --timeout 20000", | ||
"test:unit": "mocha \"test/unit/**/*.spec.ts?(x)\"", | ||
"test:e2e": "mocha \"test/e2e/**/*.spec.[tj]s?(x)\" --timeout 20000", | ||
"test": "run-p test:unit test:e2e", | ||
@@ -33,3 +33,3 @@ "prepack": "yarn build" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "0f3682cc13ba8ba076518f8ecc21bc373a20d61e" | ||
"gitHead": "dcc4099d179ea4fdf3adc54c325b6175ff484266" | ||
} |
@@ -96,3 +96,2 @@ # @stylable/runtime | ||
## License | ||
Copyright (c) 2017 Wix.com Ltd. All Rights Reserved. Use of this source code is governed by a [BSD license](./LICENSE). |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.1.1 */ | ||
/* runtime version: 2.1.3 */ | ||
function StylableRuntime(exports){ | ||
@@ -3,0 +3,0 @@ exports = exports || {}; |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 2.1.1 */ | ||
/* runtime version: 2.1.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
72605
97