Skip to content

Commit fd4471e

Browse files
committed
Update dependencies
1 parent ed96675 commit fd4471e

File tree

6 files changed

+14
-3731
lines changed

6 files changed

+14
-3731
lines changed

.babelrc

-6
This file was deleted.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/node_modules
33
/.pnp
44
.pnp.js
5+
package-lock.json
6+
yarn.lock
57

68
# testing
79
/coverage
@@ -16,6 +18,7 @@
1618
.env.development.local
1719
.env.test.local
1820
.env.production.local
21+
.eslintcache
1922

2023
npm-debug.log*
2124
yarn-debug.log*

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2020 Envato
3+
Copyright (c) 2019-2021 Envato
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)