Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit aec3f5c

Browse files
committed
refactor
1 parent 66fb821 commit aec3f5c

File tree

11 files changed

+25
-3625
lines changed

11 files changed

+25
-3625
lines changed

.babelrc

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"presets": [
3-
["env", {
4-
"targets": {
5-
"browsers": ["last 5 versions"]
6-
}
7-
}]
8-
]
2+
"presets": ["@babel/preset-env"]
93
}

.gitignore

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

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.1.0
4+
5+
- initial release

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-present LoeiFy@gmail.com
3+
Copyright (c) 2018-present LoeiFy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/helper/clone.js

-5
This file was deleted.

lib/helper/swap.js

-40
This file was deleted.

lib/helper/uniques.js

-10
This file was deleted.

lib/index.js

-44
This file was deleted.

0 commit comments

Comments
 (0)