Skip to content

Commit

Permalink
v0.5.2 (#34)
Browse files Browse the repository at this point in the history
* feat(mapEnv): combine all settings to one `functions:set` command
* feat(tests): add a test for `mapEnv` functionality
* fix(mapEnv): exit without error if calling `mapEnv` without any settings
  • Loading branch information
prescottprue authored Jan 4, 2019
1 parent e31f9af commit 5e432b3
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 118 deletions.
17 changes: 16 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,20 @@
"plugins": [
"lodash",
"add-module-exports"
]
],
"env": {
"es": {
"comments": false
},
"commonjs": {
"comments": false
},
"test": {
"plugins": [
["module-resolver", {
"root": ["./src"]
}]
]
}
}
}
Loading

0 comments on commit 5e432b3

Please sign in to comment.