source: node_modules/minim/.babelrc

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 154 bytes
Line 
1{
2 "presets": [
3 ["env", {
4 "targets": {
5 "browsers": [ ">0.25%", "not op_mini all", "ie 11"],
6 "node": "4.0"
7 }
8 }]
9 ]
10}
Note: See TracBrowser for help on using the repository browser.