Skip to content

Commit

Permalink
Merge pull request #89 from IanVS/remove-babel
Browse files Browse the repository at this point in the history
Remove babel
  • Loading branch information
IanVS authored Dec 1, 2021
2 parents 4b31fdb + 206806d commit 2c4a7c9
Show file tree
Hide file tree
Showing 12 changed files with 2,698 additions and 6,830 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules

# Compiled code
# (previously) Compiled code
/lib/

# Ignore configuration and automatically generated cruft
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ tests
test.js
.gitignore
*.sublime*
src/
2 changes: 1 addition & 1 deletion bin/eslint-nibble.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

var cli = require('../lib/cli');
var cli = require('../src/cli');

(async function () {
var exitCode = await cli.execute(process.argv);
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

module.exports = require('./lib/main');
module.exports = require('./src/main');
Loading

0 comments on commit 2c4a7c9

Please sign in to comment.