Skip to content

Commit

Permalink
Merge pull request #1 from cellog/fix-all-things
Browse files Browse the repository at this point in the history
Migrate to Typescript, update the API slightly to be more ergonomic, fix lots of bugs
  • Loading branch information
cellog authored Dec 31, 2020
2 parents 07ea420 + 480b34f commit 9838725
Show file tree
Hide file tree
Showing 157 changed files with 9,104 additions and 5,309 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"]
}
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2020 Blake Nedved
Adapted from revealjs-react by Blake Nedved
Copyright (c) 2020 Gregory Beaver

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
Loading

0 comments on commit 9838725

Please sign in to comment.