Skip to content

Commit

Permalink
use new release of fs.smbfs that includes fix from althonos/fs.smbfs#11
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed May 13, 2020
1 parent 40a68bf commit 4f26265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"jest": "^25.2.3",
"jest-raw-loader": "^1.0.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.3",
"rimraf": "^2.7.1",
"ts-jest": "~25.2.1",
"tslint": "^5.20.0",
"typescript": "^3.7.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run_pack_labextension():
requires = [
'fs>=2.4.11',
'fs-s3fs>=1.1.1',
'fs.smbfs @ git+https://github.com/telamonian/fs.smbfs.git@dont_assume_everyone_ace_exists#egg=fs.smbfs',
'fs.smbfs>=0.6.2',
'jupyterlab>=2.0.0',
'notebook>=5.7.0',
]
Expand Down

0 comments on commit 4f26265

Please sign in to comment.