File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 23
23
"dependencies" : {
24
24
"atom-plugin-command-line" : " 1.0.2" ,
25
25
"coderoad-cli" : " 0.7.1" ,
26
- "core-coderoad" : " 0.4 .0" ,
26
+ "core-coderoad" : " 0.5 .0" ,
27
27
"lodash.debounce" : " 4.0.6" ,
28
28
"material-ui" : " 0.15.1" ,
29
29
"node-file-exists" : " 1.1.0" ,
30
- "react" : " 15.1 .0" ,
31
- "react-dom" : " 15.1 .0" ,
30
+ "react" : " 15.2 .0" ,
31
+ "react-dom" : " 15.2 .0" ,
32
32
"react-redux" : " 4.4.5" ,
33
33
"react-tap-event-plugin" : " 1.0.0" ,
34
34
"redux" : " 3.5.2" ,
Original file line number Diff line number Diff line change 11
11
"jsx" : " react" ,
12
12
"experimentalDecorators" : true ,
13
13
"emitDecoratorMetadata" : true ,
14
- "outDir" : " lib"
14
+ "outDir" : " lib" ,
15
+ "rootDirs" : [
16
+ " src"
17
+ ]
15
18
},
16
19
"filesGlob" : [
17
- " src/ typings/**/*.d.ts" ,
18
- " src/ **/*.ts" ,
19
- " src/ **/*.tsx" ,
20
- " !src/ **/*.spec.ts" ,
21
- " !src/ **/*.spec.tsx"
20
+ " typings/**/*.d.ts" ,
21
+ " **/*.ts" ,
22
+ " **/*.tsx" ,
23
+ " !**/*.spec.ts" ,
24
+ " !**/*.spec.tsx"
22
25
],
23
26
"files" : [
24
- " src/typings/builder.d.ts" ,
25
- " src/typings/typings.d.ts" ,
26
27
" src/actions.ts" ,
27
28
" src/components/Config/handleDeps.ts" ,
28
29
" src/components/Config/validate.ts" ,
77
78
" src/services/twoDigitify.ts" ,
78
79
" src/store.ts" ,
79
80
" src/subscriptions.ts" ,
81
+ " src/typings/builder.d.ts" ,
82
+ " src/typings/typings.d.ts" ,
80
83
" src/components/AppMenu/CloseWindow.tsx" ,
81
84
" src/components/AppMenu/index.tsx" ,
82
85
" src/components/AppMenu/menuIconRight.tsx" ,
You can’t perform that action at this time.
0 commit comments