Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 030614c

Browse files
committed
refactor(*): Upgrade build to use babel-cli
1 parent c55677f commit 030614c

File tree

8 files changed

+2966
-50
lines changed

8 files changed

+2966
-50
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "presets": ["es2015"] }
1+
{ "presets": ["env"] }

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
dist/
12
nbproject/
23
node_modules/

gulpfile.js

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

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Import Connect
2-
import Connection from './lib/Connection';
2+
import Connection from './src/Connection';
33

44
// Export Connection
55
module.exports = Connection;

0 commit comments

Comments
 (0)