Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +00:00
Showing only changes of commit d543dfb201 - Show all commits

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
name: tests:latest
steps:
- name: run tests
image: node:alpine
commands:
- npm install
- npm test
trigger:
event:
- pull_request