UNPKG

@grimen/connection-uri

Version:

A robust connection URI parser/stringifier - for Node/JavaScript.

16 lines (14 loc) 252 B
language: node_js node_js: - '8' - '10' cache: yarn: true directories: - 'node_modules' install: make install-ci script: make test-ci after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: false