Skip to content

Commit 0c41b5d

Browse files
committed
Updating description
1 parent 861b896 commit 0c41b5d

File tree

6 files changed

+13338
-3
lines changed

6 files changed

+13338
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Install
17-
run: npm install
17+
run: npm ci
1818
- name: Test
1919
run: npm test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ thumbs.db
99

1010
node_modules/
1111
coverage/
12-
package-lock.json

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package.json
2+
package-lock.json

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
[![license](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/WezomAgency/babel-loader-exclude-node-modules-except/blob/master/LICENSE)
44
[![npm](https://img.shields.io/badge/js--tiny-module-yellow.svg)](https://github.com/topics/js-tiny-module)
55
[![npm](https://img.shields.io/badge/npm-install-orange.svg)](https://www.npmjs.com/package/babel-loader-exclude-node-modules-except)
6-
[![npm](https://img.shields.io/badge/wezom-agency-red.svg)](https://github.com/WezomAgency)
6+
![Tests](https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except/workflows/Tests/badge.svg)
7+
8+
9+
| Statements | Branches | Functions | Lines |
10+
| --------------------------- | ----------------------- | ------------------------- | -------------------- |
11+
| ![Statements](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Branches](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Functions](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Lines](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) |
712

813
> Creating a regular expression for excluding node_modules
914
> from babel transpiling except for individual modules

0 commit comments

Comments
 (0)