Skip to content

Commit 4bb6d93

Browse files
authored
Merge pull request #4 from lifeiscontent/master
Cleanup API and Example
2 parents 22ca7e0 + 83d4e65 commit 4bb6d93

24 files changed

+10302
-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)