visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Sync and src dest files. #548

Closed chevett closed 4 years ago

chevett commented 4 years ago

Get a fresh clone of master and run npm run make without making any changes and you get differences to the page.js file. It looks like #535 and #539 made changes directly to the dest file.

The page.js file is changed in the PR because #535 required linting fixes.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.03%) to 92.562% when pulling 26496b0e3ea30f9e7ab1fec02b3d1445844c0f88 on relay-delivery:sync-src-dest into 248fb75932d845d128be6026563718456c1bf988 on visionmedia:master.

matthewp commented 4 years ago

Thanks for doing this, looks like there are conflicts now, can you fix them?

chevett commented 4 years ago

fixed :+1:

matthewp commented 4 years ago

Thanks!