Skip to content

Commit

Permalink
Merge pull request #4 from philipbordallo/fix/2021-3-update-dependencies
Browse files Browse the repository at this point in the history
Fix out of date dependencies
  • Loading branch information
philipbordallo authored Mar 6, 2021
2 parents a1e519d + aa5e780 commit 97c149e
Show file tree
Hide file tree
Showing 5 changed files with 4,136 additions and 1,624 deletions.
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Philip Bordallo
Copyright (c) 2018-present Philip Bordallo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions configs/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const babel = require('rollup-plugin-babel');
module.exports = {
input: 'src/index.js',
output: [
{ file: './dist/index.cjs.js', format: 'cjs' },
{ file: './dist/index.es.js', format: 'es' },
{ file: './dist/index.cjs.js', format: 'cjs', exports: 'default' },
{ file: './dist/index.es.js', format: 'es', exports: 'default' },
],
plugins: [
babel(),
Expand Down
Loading

0 comments on commit 97c149e

Please sign in to comment.