@quilted/react-testing
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/matchers/dom"; | ||
export * from "./build/typescript/matchers/dom"; |
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/implementations/react-dom"; | ||
export * from "./build/typescript/implementations/react-dom"; |
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/environment"; | ||
export * from "./build/typescript/environment"; |
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/index"; | ||
export * from "./build/typescript/index"; |
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/matchers/index"; | ||
export * from "./build/typescript/matchers/index"; |
{ | ||
"name": "@quilted/react-testing", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "", | ||
@@ -74,3 +74,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "064caffdb482cc2190227bd19899f517ff97f2b4" | ||
"gitHead": "5a13d5abdfeca9fe95d09287ee47ef2b0cea2039" | ||
} |
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/implementations/preact"; | ||
export * from "./build/typescript/implementations/preact"; |
@@ -1,1 +0,1 @@ | ||
export * from "./build/ts/sewing-kit"; | ||
export * from "./build/typescript/sewing-kit"; |
{ | ||
"extends": "../../config/typescript/tsconfig.base.json", | ||
"extends": "../typescript/pkg.json", | ||
"compilerOptions": { | ||
"outDir": "build/ts", | ||
"baseUrl": "src", | ||
"rootDir": "src" | ||
"rootDir": "src", | ||
"outDir": "build/typescript" | ||
}, | ||
"include": ["src/**/*.ts", "src/**/*.tsx"], | ||
"exclude": ["**/tests/**/*.ts", "**/tests/**/*.tsx"], | ||
"include": ["src"], | ||
"exclude": ["sewing-kit.config.ts", "**/tests/**/*.ts", "**/tests/**/*.tsx"], | ||
"references": [] | ||
} |
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
504966
5503