version 2

This commit is contained in:
2020-02-05 21:21:51 +01:00
parent 9cb4060617
commit 133447baa7
13 changed files with 126 additions and 95 deletions

16
.gitignore vendored
View File

@@ -1,6 +1,14 @@
node_modules/
package-lock.json
# Editors
.vscode
.idea
test/bundle.js
lib
# Node
node_modules/
package-lock.json
yarn.lock
# Build
lib
dist
.cache
src/*.js