@bunt/project
Advanced tools
Comparing version 0.24.0 to 0.24.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const route_1 = require("../route"); | ||
const cli_1 = require("@bunt/cli"); | ||
const BaseCommand_1 = require("./BaseCommand"); | ||
@@ -13,3 +13,3 @@ class UpdateLintCommand extends BaseCommand_1.BaseCommand { | ||
} | ||
exports.default = (0, route_1.command)(UpdateLintCommand, "lint:update"); | ||
exports.default = (0, cli_1.command)(UpdateLintCommand, "lint:update"); | ||
//# sourceMappingURL=UpdateLintCommand.js.map |
{ | ||
"name": "@bunt/project", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"keywords": [ | ||
@@ -32,9 +32,9 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/app": "^0.24.0", | ||
"@bunt/cli": "^0.24.0", | ||
"@bunt/unit": "^0.24.0", | ||
"@bunt/app": "^0.24.1", | ||
"@bunt/cli": "^0.24.1", | ||
"@bunt/unit": "^0.24.1", | ||
"@bunt/util": "^0.24.0" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "870927e58da8dcc164c48be4bb13ddb171c5b1fd" | ||
"gitHead": "94b67a8bf9440c40e0c33ed8931d85f23dca7af4" | ||
} |
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
14012
Updated@bunt/app@^0.24.1
Updated@bunt/cli@^0.24.1
Updated@bunt/unit@^0.24.1