Skip to content

Commit ef6b8de

Browse files
author
Peter Svetlichny
committed
chore(misc): remove babel
1 parent ebbaa8e commit ef6b8de

File tree

3 files changed

+4
-228
lines changed

3 files changed

+4
-228
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/index.js

Lines changed: 0 additions & 220 deletions
This file was deleted.

test/setup.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai';
2-
global.assert = require('assert');
3-
global.should = require('should');
4-
global.expect = chai.expect;
1+
const chai = require('chai')
2+
global.assert = require('assert')
3+
global.should = require('should')
4+
global.expect = chai.expect

0 commit comments

Comments
 (0)