Skip to content

Commit

Permalink
Upgraded build tools. Better namespacing. Moved example to own context
Browse files Browse the repository at this point in the history
  • Loading branch information
fijiwebdesign committed May 20, 2020
1 parent aee1191 commit 6b6ac6e
Show file tree
Hide file tree
Showing 18 changed files with 7,892 additions and 8,946 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015", "stage-0"]
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store

Loading

0 comments on commit 6b6ac6e

Please sign in to comment.