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

@@ -1,6 +1,6 @@
# Pjax
[![Build Status](http://img.shields.io/travis/MoOx/pjax.svg)](https://travis-ci.org/MoOx/pjax) [@todo fix CI](https://github.com/MoOx/pjax/issues/63).
[![Build Status](http://img.shields.io/travis/MoOx/pjax.svg)](https://travis-ci.org/MoOx/pjax).
> Easily enable fast Ajax navigation on any website (using pushState + xhr)
@@ -522,7 +522,7 @@ wrapper on each page (to avoid differences of DOM between pages)
## Examples
Clone this repository and run `npm run example`, then open `http://localhost:3000/example` in your browser.
Clone this repository and run `npm run example`, which will open the example app in your browser.
---