Comparing version 1.0.2 to 1.0.3
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _crypto = require('crypto'); | ||
@@ -21,3 +17,2 @@ | ||
var process = function process(sourceText, sourcePath, config, options) { | ||
@@ -33,2 +28,2 @@ var result = _jsYaml2.default.safeLoad(sourceText); | ||
exports.default = transformer; | ||
module.exports = transformer; |
{ | ||
"name": "yaml-jest", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A YAML transform for jest", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
// @flow | ||
import type {Config, Path, TransformOptions, Transformer} from './jest-types'; | ||
import crypto from 'crypto'; | ||
import yaml from 'js-yaml'; | ||
import type {Config, Path, TransformOptions, Transformer} from './jest-types'; | ||
@@ -33,2 +33,2 @@ const getCacheKey = ( | ||
export default transformer; | ||
module.exports = transformer; |
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
4316
69