Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Apr 27, 2019
1 parent cfd5be7 commit a05a11d
Show file tree
Hide file tree
Showing 14 changed files with 1,199 additions and 473 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
es6: true
node: true

parserOptions:
ecmaVersion: 2019

rules:
array-bracket-spacing: [2, never]
arrow-parens: [2, as-needed]
Expand Down
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js

sudo: false

node_js:
- node
- "12"
- "11"
- "10"
- "9"
- "8"

branches:
only:
- master
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pagemap

[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github] [![npm][npm-img]][npm]
[![version][npm-v-img]][npm] [![downloads][npm-dm-img]][npm]
[![version][npm-v-img]][npm] [![downloads][npm-dm-img]][npm] [![build status][travis-img]][travis]

Mini map for web pages.

Expand Down Expand Up @@ -69,6 +69,7 @@ THE SOFTWARE.
[web]: https://larsjung.de/pagemap/
[github]: https://github.com/lrsjng/pagemap
[npm]: https://www.npmjs.org/package/pagemap
[travis]: https://travis-ci.org/lrsjng/pagemap

[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
[web-img]: https://img.shields.io/badge/web-larsjung.de/pagemap-a0a060.svg?style=flat-square
Expand All @@ -77,3 +78,4 @@ THE SOFTWARE.

[npm-v-img]: https://img.shields.io/npm/v/pagemap.svg?style=flat-square
[npm-dm-img]: https://img.shields.io/npm/dm/pagemap.svg?style=flat-square
[travis-img]: https://img.shields.io/travis/lrsjng/pagemap.svg?style=flat-square
Loading

0 comments on commit a05a11d

Please sign in to comment.