Skip to content

Commit d4da329

Browse files
committed
testing..
0 parents  commit d4da329

12 files changed

+13352
-0
lines changed

.babelrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env"
4+
],
5+
"env": {
6+
"test": {
7+
"presets": [
8+
"@babel/env"
9+
]
10+
}
11+
},
12+
"compact": false
13+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
.git
3+
.vscode

dist/main.js

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

icon.png

57.7 KB
Loading

0 commit comments

Comments
 (0)