Skip to content

Commit

Permalink
chore(deps): remove unused path-browserify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jun 7, 2023
1 parent 8329a67 commit cf0160f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"open": "^9.0.0",
"open-in-editor": "2.2.0",
"parse5": "7.1.2",
"path-browserify": "^1.0.1",
"pixelmatch": "5.3.0",
"postcss": "^8.2.8",
"prettier": "2.8.8",
Expand Down
5 changes: 2 additions & 3 deletions src/compiler/sys/stencil-sys.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { isRootPath, normalizePath } from '@utils';
import * as os from 'os';
import { basename, dirname, join } from 'path';
import platformPath from 'path-browserify';
import path, { basename, dirname, join } from 'path';
import * as process from 'process';

import type {
Expand Down Expand Up @@ -601,7 +600,7 @@ export const createSystem = (c?: { logger?: Logger }): CompilerSystem => {
isSymbolicLink,
nextTick,
normalizePath: normalize,
platformPath,
platformPath: path,
readDir,
readDirSync,
readFile,
Expand Down
6 changes: 0 additions & 6 deletions types/path-browserify.d.ts

This file was deleted.

0 comments on commit cf0160f

Please sign in to comment.