@sewing-kit/plugins
Advanced tools
Comparing version 0.1.6 to 0.1.7-mandatory-extensions.0
@@ -235,6 +235,6 @@ "use strict"; | ||
var _plugins = require("./plugins"); | ||
var _plugins = require("./plugins.js"); | ||
var _utilities = require("./utilities"); | ||
var _utilities = require("./utilities.js"); | ||
var _errors = require("./errors"); | ||
var _errors = require("./errors.js"); |
@@ -1,1 +0,1 @@ | ||
module.exports = require("./build/cjs/index"); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "@sewing-kit/plugins", | ||
"license": "MIT", | ||
"version": "0.1.6", | ||
"version": "0.1.7-mandatory-extensions.0", | ||
"sideEffects": false, | ||
@@ -14,8 +14,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@sewing-kit/core": "^0.1.4", | ||
"@sewing-kit/hooks": "^0.1.6", | ||
"@sewing-kit/tasks": "^0.1.6", | ||
"@sewing-kit/core": "^0.1.5-mandatory-extensions.0", | ||
"@sewing-kit/hooks": "^0.1.7-mandatory-extensions.0", | ||
"@sewing-kit/tasks": "^0.1.7-mandatory-extensions.0", | ||
"change-case": "^4.1.0" | ||
}, | ||
"gitHead": "7695287b8a927a3537b7a7ae1b11db6cb449493e" | ||
"gitHead": "a58bb5d967a03b6bd1f17793b5b8ebc719cb7ec5" | ||
} |
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
452797