Skip to content

Commit

Permalink
馃寑 Adds Rollup to compile an ES5-safe version of the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisdave committed Feb 26, 2018
1 parent 6dc7cb0 commit f992af4
Show file tree
Hide file tree
Showing 6 changed files with 8,751 additions and 190 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
["env", {
"targets": {
"node": "4.8.7" // LTS Argon
}
}]
},
"modules": false
}],
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.DS_Store
/coverage/
*.npm-debug.log
/bin/

0 comments on commit f992af4

Please sign in to comment.