Clear cache on CI, add Maurelian to contributor list

pull/72/head
cgewecke 7 years ago
parent 62eaa0be8d
commit 1165179af6
  1. 1
      README.md
  2. 1
      circle.yml

@ -166,3 +166,4 @@ also lint your submission with `npm run lint`. Bugs can be reported in the
+ [@cgewecke](https://github.com/cgewecke)
+ [@adriamb](https://github.com/adriamb)
+ [@cag](https://github.com/cag)
+ [@maurelian](https://github.com/maurelian)

@ -3,6 +3,7 @@ machine:
version: 6.11.0
dependencies:
override:
- rm -rf node_modules/
- npm install
test:
override:

Loading…
Cancel
Save