Skip to content

Commit

Permalink
Remove autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Aug 22, 2023
1 parent 982456f commit ad3aa97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
]
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@rollup/plugin-typescript": "^11.0.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.3.1",
Expand Down
1 change: 0 additions & 1 deletion src/npmToBun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { parse } from './command'

function convertInstallArgs (args: string[]) {
// bun uses -g and --global flags

// bun mostly conforms to Yarn's CLI
return args.map(item => {
switch (item) {
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@ export const npmCLICommands = [
'view',
'whoami'
]

0 comments on commit ad3aa97

Please sign in to comment.