Skip to content

Commit

Permalink
Overall upgrade in config, scripts, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu committed Aug 4, 2021
1 parent 018ca75 commit c203081
Show file tree
Hide file tree
Showing 5 changed files with 7,460 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const superscript = require('supers');

## 2. Documentation


### Functions

* [hold()](#hold)
* [debounce()](#debounce)
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
node_js:
- "10"
- "12"
- node
- lts/*
before_install:
- npm i -g npm@latest
script:
- npm ci
- npm run build
after_script:
- npm run coveralls
Loading

0 comments on commit c203081

Please sign in to comment.