-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch inflection@2.0.1 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/inflection/src/inflection.ts b/node_modules/inflection/src/inflection.ts
index 94a4e0d..8903d80 100644
--- a/node_modules/inflection/src/inflection.ts
+++ b/node_modules/inflection/src/inflection.ts
@@ -29,6 +29,7 @@ const uncountableWords = [
'assistance',
'athletics',
// 'attention',
+ 'aws',
'bacon',
'baggage',
@@ -58,6 +59,7 @@ const uncountableWords = [
// 'damage',
'dancing',
// 'danger',
+ 'data',
'deer',
// 'delight',
// 'dessert',
@@ -184,6 +186,7 @@ const uncountableWords = [
'mayonnaise',
'measles',
// 'meat',
+ 'media',
// 'metal',
'methane',
'milk',This issue body was partially generated by patch-package.
Metadata
Metadata
Assignees
Labels
No labels