@workbench-stack/core
Advanced tools
Comparing version 0.0.12 to 0.0.13-1
{ | ||
"name": "@workbench-stack/core", | ||
"version": "0.0.12", | ||
"version": "0.0.13-1", | ||
"description": "Workbench core for higher packages to depend on", | ||
@@ -16,6 +16,21 @@ "main": "lib/index.js", | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"roots": [ | ||
"src" | ||
], | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"transform": { | ||
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" | ||
}, | ||
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$" | ||
}, | ||
"author": "CDMBase LLC", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jest": "^20.0.3", | ||
"jest": "^20.0.4", | ||
"rimraf": "^2.6.1", | ||
@@ -22,0 +37,0 @@ "webpack": "^2.5.1" |
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
6419