Skip to content

Commit

Permalink
removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperxq committed Apr 3, 2024
1 parent ee1495d commit dbfdf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pbuilder/astro",
"version": "1.1.1",
"version": "1.1.2",
"description": "A set schematics for astro",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/src/builder-add/builder-add.factory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Rule, noop } from '@angular-devkit/schematics';
import { Spinner, logger, spawnAsync } from '../utils';
import { logger, spawnAsync } from '../utils';

export function addFactory({
installCli,
Expand Down

0 comments on commit dbfdf33

Please sign in to comment.