Skip to content

Commit

Permalink
Remove inlineCmds from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 24, 2024
1 parent 4078de9 commit 6d479f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions extensions/download-twitter-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
}
]
}
],
"inlineCmds": []
]
},
"scripts": {
"dev": "vite",
Expand Down
3 changes: 1 addition & 2 deletions extensions/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
}
]
}
],
"inlineCmds": []
]
},
"scripts": {
"dev": "vite",
Expand Down
3 changes: 1 addition & 2 deletions extensions/myip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
}
]
}
],
"inlineCmds": []
]
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.1.14",
Expand Down
3 changes: 1 addition & 2 deletions extensions/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
}
]
}
],
"inlineCmds": []
]
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 6d479f8

Please sign in to comment.