"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const schematics_core_1 = require("../../schematics-core");
function default_1() {
return (0, schematics_core_1.updatePackage)('store-devtools');
}