https://github.com/Snugug/eq.js
Raw File
Tip revision: 19042bc04b93531a4c06235783e1283f686e5c9c authored by greenkeeperio-bot on 08 October 2016, 10:27:22 UTC
chore(package): update browser-sync to version 2.17.1
Tip revision: 19042bc
.travis.yml
language: node_js
node_js:
  - "0.10"
before_install:
  - npm install -g gulp bower
  - bower install -f
back to top