Skip to content

Commit

Permalink
chore: change package.json on reviews
Browse files Browse the repository at this point in the history
- fix the url
- bumped the required node from 14 -> 18
- removed empty peerDeps and peerMetaDeps fields
- fix cli entry point typo
  • Loading branch information
maverox committed May 19, 2024
1 parent 897e00b commit f9cb74a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/create-webpack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/webpack/create-webpack-app.git"
"url": "https://github.com/webpack-cli/create-webpack-app.git"
},
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app",
"bugs": "https://github.com/webpack/webpack-cli/issues",
Expand All @@ -14,7 +14,7 @@
"url": "https://opencollective.com/webpack"
},
"bin": {
"create-webpack-app": "./bin/index.js"
"create-webpack-app": "./bin/cli.js"
},
"type": "module",
"main": "./lib/index.js",
Expand All @@ -23,7 +23,7 @@
"watch": "tsc --watch"
},
"engines": {
"node": ">=14.15.0"
"node": ">=18.12.0"
},
"keywords": [
"webpack",
Expand All @@ -47,7 +47,5 @@
},
"devDependencies": {
"@types/ejs": "^3.1.5"
},
"peerDependencies": {},
"peerDependenciesMeta": {}
}
}

0 comments on commit f9cb74a

Please sign in to comment.