Skip to content

Commit 96af2c5

Browse files
author
春秋一语
authored
Merge pull request #11 from Coding/master
Merge master branch from Coding
2 parents babdb7b + 99318c6 commit 96af2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/commands/commandBindings/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { path as pathUtil } from '../../utils'
33
import api from '../../backendAPI'
44
import * as Modal from '../../components/Modal/actions'
55
import TabStore from 'components/Tab/store'
6-
import FileState from 'commons/File/state'
76
import FileStore from 'commons/File/store'
7+
const FileState = FileStore.getState()
88
import { notify } from '../../components/Notification/actions'
99
import i18n from 'utils/createI18n'
1010
import icons from 'file-icons-js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"reselect": "^2.5.4",
125125
"sh.js": "git+https://github.com/vangie/sh.js#v1.2.28",
126126
"socket.io-client": "^1.7.3",
127-
"socket.io-client-legacy": "git+https://github.com/hackape/socket.io-client#0.9.18",
127+
"socket.io-client-legacy": "git+https://github.com/Coding/socket.io-client#0.9.18",
128128
"sockjs-client": "^1.1.1",
129129
"stompjs": "^2.3.3",
130130
"styled-components": "^2.1.2",

0 commit comments

Comments
 (0)