Skip to content

Commit

Permalink
Merge pull request #134 from ndaidong/11.2.0
Browse files Browse the repository at this point in the history
v11.2.0
  • Loading branch information
ndaidong committed May 11, 2024
2 parents 3ec0706 + 4c43f6f commit cb70186
Show file tree
Hide file tree
Showing 20 changed files with 162 additions and 262 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

122 changes: 0 additions & 122 deletions .eslintrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node_version: [18.x, 20.x, 21.x]
node_version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "run-18.x,run-20.x,run-21.x"
carryforward: "run-18.x,run-20.x,run-22.x"
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ BellaJS
Lightweight util for handling data type, string... in your Node.js and browser apps.

[![NPM](https://badge.fury.io/js/bellajs.svg)](https://badge.fury.io/js/bellajs)
![CodeQL](https://github.com/ndaidong/bellajs/workflows/CodeQL/badge.svg)
![CI test](https://github.com/ndaidong/bellajs/workflows/ci-test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/ndaidong/bellajs/badge.svg)](https://coveralls.io/github/ndaidong/bellajs)
![CodeQL](https://github.com/ndaidong/bellajs/workflows/CodeQL/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/ndaidong/bellajs/badge)](https://www.codefactor.io/repository/github/ndaidong/bellajs)

# Contents

Expand Down
56 changes: 0 additions & 56 deletions build.js

This file was deleted.

28 changes: 0 additions & 28 deletions build.test.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/bella.esm.js

This file was deleted.

Loading

0 comments on commit cb70186

Please sign in to comment.