UNPKG

@hal313/settings-manager-chrome-extension-adapter

Version:

A backing repository for settings-manager, falling on chrome.storage.local (or sync) as an implementation.

27 lines (24 loc) 356 B
language: node_js node_js: - '6' - '7' - '8' - '9' - '10' before_install: - npm install script: - npm test notifications: email: - $GITHUB_EMAIL jobs: include: - stage: npm release node_js: '10' deploy: provider: npm email: "$NPM_EMAIL" api_key: "$NPM_TOKEN" on: tags: true