Skip to content

Commit

Permalink
Merge pull request #30 from mansona/inflector
Browse files Browse the repository at this point in the history
swap from ember-inflector to active-inflector
  • Loading branch information
cah-brian-gantzler authored Mar 6, 2024
2 parents 1443d57 + 3d6878d commit 11cf88e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ember-mirage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ember/test-helpers": "^2.0.0",
"@embroider/addon-shim": "^1.8.7",
"decorator-transforms": "^1.0.1",
"ember-inflector": "^4.0.2",
"active-inflector": "^0.1.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ember-mirage/src/start-mirage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { pluralize, singularize } from 'ember-inflector';
import { pluralize, singularize } from 'active-inflector';

import assert from './assert';

Expand Down
36 changes: 25 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11cf88e

Please sign in to comment.