Skip to content

Commit

Permalink
Merge pull request #25 from darrynten/dev
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
darrynten authored Oct 1, 2018
2 parents c976d00 + 2cc050c commit 6f742f8
Show file tree
Hide file tree
Showing 8 changed files with 7,263 additions and 4,536 deletions.
24 changes: 18 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@
"env": {
"development": {
"presets": [
["env", { "modules": false }]
[
"@babel/preset-env",
{
"modules": false
}
]
]
},
"test": {
"presets": [
["env", {
"modules": false,
"targets": { "node": "current" }
}]
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"node": "current"
}
}
]
],
"plugins": ["istanbul"]
"plugins": [
"istanbul"
]
}
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ coverage
*.sln
*.sw[po]
*.orig
index.js
index.js.map
9 changes: 0 additions & 9 deletions index.js

This file was deleted.

1 change: 0 additions & 1 deletion index.js.map

This file was deleted.

Loading

0 comments on commit 6f742f8

Please sign in to comment.