Comparing version 1.0.0 to 1.1.0
@@ -9,9 +9,7 @@ "use strict"; | ||
get: function () { | ||
return _extractJson.default; | ||
return _utilities.extractJson; | ||
} | ||
}); | ||
var _extractJson = _interopRequireDefault(require("./extractJson")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _utilities = require("./utilities"); | ||
//# sourceMappingURL=index.js.map |
@@ -12,5 +12,2 @@ { | ||
}, | ||
"dependencies": { | ||
"save-dev": "^2.0.0" | ||
}, | ||
"description": "Extracts all JSON objects from an arbitrary text document.", | ||
@@ -71,3 +68,3 @@ "devDependencies": { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |
// @flow | ||
export {default as extractJson} from './extractJson'; | ||
export { | ||
extractJson | ||
} from './utilities'; |
Sorry, the diff of this file is not supported yet
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
0
122
14468
- Removedsave-dev@^2.0.0