File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bash" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"description" : " A configurable/extendable bash terminal component" ,
5
5
"main" : " lib/index.js" ,
6
6
"jsnext:main" : " es/index.js" ,
25
25
"type" : " git" ,
26
26
"url" : " https://github.com/zackargyle/react-bash.git"
27
27
},
28
- "peerDependencies" : {
29
- "react" : " ^0.14.8" ,
30
- "react-dom" : " ^0.14.8"
31
- },
32
28
"devDependencies" : {
33
29
"babel-cli" : " ^6.9.0" ,
34
30
"babel-core" : " ^6.6.5" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const Errors = {
13
13
export const EnvVariables = {
14
14
TERM_PROGRAM : 'ReactBash.app' ,
15
15
TERM : 'reactbash-256color' ,
16
- TERM_PROGRAM_VERSION : '1.4.1 ' ,
16
+ TERM_PROGRAM_VERSION : '1.4.3 ' ,
17
17
TERM_SESSION_ID : 'w0t0p1:37842145-87D9-4768-BEC3-3684BAF3A964' ,
18
18
USER : state => state . settings . user . username ,
19
19
PATH : '/' ,
You can’t perform that action at this time.
0 commit comments