Skip to content

Commit 0c5dd01

Browse files
authored
Merge pull request #9 from iTrace-Dev/development
Merge for release (0.2.0)
2 parents 4f6b083 + 1af8c0e commit 0c5dd01

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

lib/editor-handler.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use babel';
2+
13
/****************************************************************************************************************************
24
****************************
35
* @file FILE.EXT
@@ -18,8 +20,6 @@
1820
************************************************************************************************************************
1921
********************************/
2022

21-
'use babel';
22-
2323
/* eslint-disable import/no-unresolved, no-loop-func */
2424
/* global atom, document */
2525

lib/iTrace-atom.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use babel';
2+
13
/****************************************************************************************************************************
24
****************************
35
* @file FILE.EXT
@@ -18,8 +20,6 @@
1820
************************************************************************************************************************
1921
********************************/
2022

21-
'use babel';
22-
2323
/* eslint-disable import/no-unresolved, no-loop-func */
2424
/* global atom */
2525

lib/session.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use babel';
2+
13
/****************************************************************************************************************************
24
****************************
35
* @file FILE.EXT
@@ -18,8 +20,6 @@
1820
************************************************************************************************************************
1921
********************************/
2022

21-
'use babel';
22-
2323
import uuid from 'uuid';
2424
import fs from 'fs';
2525
import EditorHandler from './editor-handler';

lib/xml-writer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use babel';
2+
13
/****************************************************************************************************************************
24
****************************
35
* @file FILE.EXT
@@ -18,8 +20,6 @@
1820
************************************************************************************************************************
1921
********************************/
2022

21-
'use babel';
22-
2323
const xmlbuilder = require('xmlbuilder');
2424
import * as fs from 'fs';
2525

0 commit comments

Comments
 (0)