Skip to content

Commit

Permalink
Merge 83246e3 into 2d4d1b3
Browse files Browse the repository at this point in the history
  • Loading branch information
borracciaBlu committed May 26, 2020
2 parents 2d4d1b3 + 83246e3 commit 8f45d72
Show file tree
Hide file tree
Showing 7 changed files with 2,182 additions and 80 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ matrix:
env: SCRIPT=test
- node_js: "10"
env: SCRIPT=test
- node_js: "12"
env: SCRIPT=test-browser
script:
- "npm run ${SCRIPT}"
after_success:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
Helpers functions to manipulate the DOM element css classes.

[![Sauce Test Status](https://saucelabs.com/browser-matrix/borracciaBlu.svg)](https://saucelabs.com/u/borracciaBlu)
## Installing

`npm install @borracciablu/dh-classlist`
Expand Down

0 comments on commit 8f45d72

Please sign in to comment.