Skip to content

Commit

Permalink
Merge pull request adamgibbons#111 from Akumzy/master
Browse files Browse the repository at this point in the history
Updated all dependencies
  • Loading branch information
adamgibbons authored Jul 3, 2019
2 parents 4e01750 + b17e294 commit d50a198
Show file tree
Hide file tree
Showing 9 changed files with 4,014 additions and 1,730 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["env"]
}
"presets": ["@babel/env"]
}

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.DS_Store
write-event.js
output.ics
dist/
dist/
package-lock.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '7'
- '8'
deploy:
provider: npm
email: [email protected]
Expand Down
Loading

0 comments on commit d50a198

Please sign in to comment.