File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11'use babel' ;
22
3- import { View } from 'atom-space-pen-views' ;
3+ import { View } from 'atom-space-pen-views-plus ' ;
44
55export default class HeaderView extends View {
66 static content ( ) {
Original file line number Diff line number Diff line change 11'use babel' ;
22
33import { Emitter , CompositeDisposable } from 'atom' ;
4- import { View } from 'atom-space-pen-views' ;
4+ import { View } from 'atom-space-pen-views-plus ' ;
55
66export default class ScriptInputView extends View {
77 static content ( ) {
Original file line number Diff line number Diff line change 11'use babel' ;
22
33import { CompositeDisposable , Emitter } from 'atom' ;
4- import { View } from 'atom-space-pen-views' ;
4+ import { View } from 'atom-space-pen-views-plus ' ;
55import _ from 'underscore' ;
66import ScriptInputView from './script-input-view' ;
77
Original file line number Diff line number Diff line change 22
33/* eslint-disable func-names */
44import { CompositeDisposable , Emitter } from 'atom' ;
5- import { $$ , SelectListView } from 'atom-space-pen-views' ;
5+ import { $$ , SelectListView } from 'atom-space-pen-views-plus ' ;
66import ScriptInputView from './script-input-view' ;
77
88export default class ScriptProfileRunView extends SelectListView {
Original file line number Diff line number Diff line change 11'use babel' ;
22
33/* eslint-disable func-names */
4- import { $$ } from 'atom-space-pen-views' ;
4+ import { $$ } from 'atom-space-pen-views-plus ' ;
55import { MessagePanelView } from 'atom-message-panel' ;
66import _ from 'underscore' ;
77import AnsiFilter from 'ansi-to-html' ;
Original file line number Diff line number Diff line change 2121 "dependencies" : {
2222 "ansi-to-html" : " ^0.4.2" ,
2323 "atom-message-panel" : " 1.3.1" ,
24- "atom-space-pen-views" : " ^2 .0.3 " ,
24+ "atom-space-pen-views-plus " : " ^3 .0.4 " ,
2525 "babel-preset-env" : " ^1.6.0" ,
2626 "strip-ansi" : " ^3.0.0" ,
2727 "underscore" : " ^1.8.3" ,
You can’t perform that action at this time.
0 commit comments