Skip to content

Commit

Permalink
Update nbin version. Fixes extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Mar 27, 2019
1 parent e0d33f2 commit 83aa952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:binary": "ts-node scripts/nbin.ts"
},
"dependencies": {
"@coder/nbin": "^1.0.3",
"@coder/nbin": "^1.0.4",
"commander": "^2.19.0",
"express": "^4.16.4",
"express-static-gzip": "^1.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
resolved "https://registry.yarnpkg.com/@coder/logger/-/logger-1.0.3.tgz#e0e1ae5496fde5a3c6ef3d748fdfb26a55add8b8"
integrity sha512-1o5qDZX2VZUNnzgz5KfAdMnaqaX6FNeTs0dUdg73MRHfQW94tFTIryFC1xTTCuzxGDjVHOHkaUAI4uHA2bheOA==

"@coder/nbin@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.0.3.tgz#e85e0a63dc2350ed3b9ab63677f8444900ccf2a5"
integrity sha512-vpSqE8oH10a1yzoVGjrCCbXHSTxleG4LCpOwpjnTwV3hKnyUQNYob2oy2qYBQMduzx6Pse8XSa3Nml+9oue+Zw==
"@coder/nbin@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@coder/nbin/-/nbin-1.0.4.tgz#13a3d110fe116ed5d5fdbd1384f0335745dfd859"
integrity sha512-mtd5hzPHWBwKpTCYdJdLdiY4CFCEb8HUtv3NgH8SSLFiPDwY7H1UlpqeamIty27NZ+9NLnrBd/DfaE3aVo7rxQ==
dependencies:
"@coder/logger" "^1.0.3"
fs-extra "^7.0.1"
Expand Down

0 comments on commit 83aa952

Please sign in to comment.