Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit fe902c9

Browse files
committed
Update dependencies.
1 parent 4f0cf11 commit fe902c9

File tree

6 files changed

+16446
-24
lines changed

6 files changed

+16446
-24
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["es2015", "stage-0", "react"],
3-
"plugins": ["transform-object-assign"]
2+
"presets": ["@babel/preset-react", "@babel/preset-env"],
3+
"plugins": ["@babel/plugin-proposal-class-properties"]
44
}

.storybook/config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

.storybook/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
stories: ['../stories/*.js']
3+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Team Wertarbyte
3+
Copyright (c) 2017-2020 Team Wertarbyte
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)