Skip to content

Commit 0a6506c

Browse files
committed
refactor: use pika
1 parent 91726e1 commit 0a6506c

7 files changed

+3642
-4464
lines changed

.babelrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"node": "6"
8+
}
9+
}
10+
]
11+
]
12+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules/
22
lib
3+
pkg
34
*.sublime*

0 commit comments

Comments
 (0)