Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <[email protected]>
  • Loading branch information
raisiqueira committed Oct 3, 2023
1 parent 1e6ef59 commit 97d4333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { setTimeout } from 'node:timers/promises';
import path from 'path';
import parser from 'yargs-parser';

import { PackageManagers } from '../dist/types';

import { AVAILABLE_KITS } from './constants';
import { PackageManagers } from './types';
import {
handleCancelation,
getKitFromGitHub,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@
"vite": "^3.2.5",
"vitest": "^0.24.5"
},
"packageManager": "[email protected]",
"size-limit": [
{
"path": "./lib/dist/index.js",
"limit": "100 kb"
}
]
}
}

0 comments on commit 97d4333

Please sign in to comment.