Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
chore(package.json): move pluralize to a peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Oct 17, 2019
1 parent 92385aa commit 797133e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"devDependencies": {
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"pluralize": "^8.0.0",
"shelljs": "^0.8.3"
},
"peerDependencies": {
"pluralize": "^8.0.0"
}
}

0 comments on commit 797133e

Please # to comment.