Skip to content

Commit

Permalink
Merge pull request #304 from plopjs/remove-dev-dep
Browse files Browse the repository at this point in the history
Remove un-needed dev dep from dep list
  • Loading branch information
crutchcorn committed Dec 14, 2021
2 parents a1bb204 + 4d28381 commit cd9b1aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
27 changes: 19 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plop",
"version": "3.0.4",
"version": "3.0.5",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop.js",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
"plop-pack-fancy-comments": "^0.2.0",
"prettier": "^2.5.0",
"queue-microtask": "^1.2.3",
"cli-testing-library": "^1.0.0-alpha.15"
"cli-testing-library": "^1.0.1"
},
"homepage": "https://plopjs.com",
"dependencies": {
Expand Down

0 comments on commit cd9b1aa

Please sign in to comment.