Skip to content

Commit

Permalink
[Upd] Migrate to Webpack. Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Jun 10, 2019
1 parent e482f85 commit 257d2d1
Show file tree
Hide file tree
Showing 24 changed files with 11,551 additions and 5,740 deletions.
9 changes: 7 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"plugins": ["transform-runtime"],
"presets": ["es2015", "react", "stage-0"]
"plugins": [
"@babel/transform-runtime"
],
"presets": [
"@babel/preset-env",
"@babel/react"
]
}
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017 Martin Ledvinka
Copyright 2019 Martin Ledvinka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
Expand Down
Loading

0 comments on commit 257d2d1

Please sign in to comment.