Update tooling (#99)

- Update browserify, serve, and tape to the latest versions
- update the example script to reflect serve's new CLI options
- Remove the uneeded dependency on opn-cli
- Force Travis to use NPM 5.x
- Remove bower.json
This commit was merged in pull request #99.
This commit is contained in:
BehindTheMath
2018-01-09 15:59:15 -05:00
committed by GitHub
parent 3bd101bb1d
commit 92d5e09494
5 changed files with 10 additions and 37 deletions

View File

@@ -2,3 +2,6 @@ language: "node_js"
node_js:
- "6"
- "8"
# Force Travis to use npm v5
# https://github.com/travis-ci/travis-ci/issues/4653#issuecomment-194051953
before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi