Skip to content

Commit

Permalink
Merge pull request #9 from iTrace-Dev/development
Browse files Browse the repository at this point in the history
Merge for release (0.2.0)
  • Loading branch information
fisherdog1 authored May 31, 2022
2 parents 4f6b083 + 1af8c0e commit 0c5dd01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/editor-handler.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use babel';

/****************************************************************************************************************************
****************************
* @file FILE.EXT
Expand All @@ -18,8 +20,6 @@
************************************************************************************************************************
********************************/

'use babel';

/* eslint-disable import/no-unresolved, no-loop-func */
/* global atom, document */

Expand Down
4 changes: 2 additions & 2 deletions lib/iTrace-atom.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use babel';

/****************************************************************************************************************************
****************************
* @file FILE.EXT
Expand All @@ -18,8 +20,6 @@
************************************************************************************************************************
********************************/

'use babel';

/* eslint-disable import/no-unresolved, no-loop-func */
/* global atom */

Expand Down
4 changes: 2 additions & 2 deletions lib/session.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use babel';

/****************************************************************************************************************************
****************************
* @file FILE.EXT
Expand All @@ -18,8 +20,6 @@
************************************************************************************************************************
********************************/

'use babel';

import uuid from 'uuid';
import fs from 'fs';
import EditorHandler from './editor-handler';
Expand Down
4 changes: 2 additions & 2 deletions lib/xml-writer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use babel';

/****************************************************************************************************************************
****************************
* @file FILE.EXT
Expand All @@ -18,8 +20,6 @@
************************************************************************************************************************
********************************/

'use babel';

const xmlbuilder = require('xmlbuilder');
import * as fs from 'fs';

Expand Down

0 comments on commit 0c5dd01

Please sign in to comment.