@stylable/custom-value
Advanced tools
Comparing version 4.0.0-alpha.10 to 4.0.0
{ | ||
"name": "@stylable/custom-value", | ||
"version": "4.0.0-alpha.10", | ||
"version": "4.0.0", | ||
"description": "Custom values (variables) for Stylable", | ||
"main": "./cjs/index.js", | ||
"types": "./cjs/index.d.ts", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf ./cjs", | ||
"build": "ts-build ./src --cjs", | ||
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000", | ||
"prepack": "yarn build" | ||
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^4.0.0-alpha.10" | ||
"@stylable/core": "^4.0.0" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"src" | ||
"dist", | ||
"!dist/test", | ||
"src", | ||
"!*/tsconfig.{json,tsbuildinfo}" | ||
], | ||
@@ -29,4 +27,3 @@ "engines": { | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "73175a1223e30b7900e26953215abbf9ae297937" | ||
"license": "BSD-3-Clause" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/custom-value |
export * from './st-border'; |
@@ -0,0 +0,0 @@ import { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
6246
Updated@stylable/core@^4.0.0