angular-intro.js
Version:
Angular directive to wrap intro.js
20 lines (19 loc) • 302 B
YAML
sudo: false
language: node_js
node_js:
- '8'
notifications:
email: false
before_install:
- npm install -g npm@'>=5'
install:
- npm install
script:
- node_modules/.bin/grunt
deploy:
provider: npm
email: npm@mendhak.com
api_key: $NPM_TOKEN
on:
tags: true
repo: mendhak/angular-intro.js