Skip to content

Commit

Permalink
fix(commands): update to modern imports
Browse files Browse the repository at this point in the history
- oclif doesn't support babel as first-class in any way, so now babelifying to lib and pointing oclif to that
  • Loading branch information
trevtrich committed Aug 19, 2020
1 parent 1f3e98f commit c0279f0
Show file tree
Hide file tree
Showing 6 changed files with 3,661 additions and 756 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"presets":["@travi"],"ignore":["./lib/"]}
{"presets":["@form8ion"],"ignore":["./lib/"]}
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/bin/
/coverage/
/coverage/
/lib/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/node_modules/
/coverage/
/.nyc_output/
/lib/

.eslintcache
oclif.manifest.json
Loading

0 comments on commit c0279f0

Please sign in to comment.