UNPKG

@spectra/window-day-care

Version:

A library to help you create popup windows and iframes. It makes communication between parent and child window a breeze.

20 lines 433 B
language: node_js node_js: - "6" before_script: - npm install script: - npm run compile after_script: - npm config set git-tag-version false - git checkout master - npm version patch -f - git add . - git commit -m 'version [ci skip]' - git push https://${GH_TOKEN}@github.com/yentheo/window-day-care.git deploy: provider: npm email: "yenthe@spectra.one" api_key: $NPM_TOKEN tags: 'beta' skip_cleanup: true