Skip to content

Commit b470285

Browse files
committed
Cleanup API and Example
1 parent 22ca7e0 commit b470285

24 files changed

+10301
-1779
lines changed

.babelrc

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"presets": ["env"],
2+
"presets": ["@babel/env"],
33
"plugins": [
4-
"transform-object-rest-spread",
5-
"transform-react-jsx"
4+
"@babel/proposal-object-rest-spread",
5+
"@babel/proposal-class-properties",
6+
"@babel/transform-react-jsx"
67
]
7-
}
8+
}

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/.idea
3-
package-lock.json
3+
package-lock.json
4+
*.log

0 commit comments

Comments
 (0)