Skip to content

Commit

Permalink
Make "undent" a prod dependency (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron authored Sep 26, 2022
1 parent a3e4c42 commit 06a8d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"dependencies": {
"source-map": "^0.7.3",
"undent": "^0.1.0",
"vscode-languageserver": "~6.1.1",
"vscode-languageserver-protocol": "~3.15.3"
},
Expand All @@ -39,8 +40,7 @@
"source-map-support": "^0.5.13",
"trim-whitespace": "^1.3.3",
"ts-node": "^9.0.0",
"typescript": "^3.8.3",
"undent": "^0.1.0"
"typescript": "^3.8.3"
},
"scripts": {
"preversion": "npm run build && npm run lint && npm run test",
Expand Down

0 comments on commit 06a8d73

Please sign in to comment.