Skip to content

Commit

Permalink
Merge pull request #11 from ranpa/develop
Browse files Browse the repository at this point in the history
Eliminação de vulnerabilidades e tratamento de entradas que não são strings
  • Loading branch information
ranpa authored Feb 28, 2019
2 parents 16d2bbb + f31d180 commit b8d10a2
Show file tree
Hide file tree
Showing 5 changed files with 3,373 additions and 2,224 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"env": {
"test": {
"presets": ["env", "stage-0"]
"presets": ["@babel/preset-env"]
},
"production": {
"presets": [
["env", { "modules": false }], "stage-0"
["@babel/preset-env", { "modules": false }]
],
"plugins": ["external-helpers"],
}
Expand Down
Loading

0 comments on commit b8d10a2

Please sign in to comment.