Skip to content

Commit

Permalink
chore: update package.json (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm authored Jun 10, 2022
1 parent 58c6e57 commit 90488f1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"bin": "bin/webpack-dev-server.js",
"main": "lib/Server.js",
"types": "types/lib/Server.d.ts",
"author": "Tobias Koppers @sokra",
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
"repository": "https://github.com/webpack/webpack-dev-server",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"files": [
"bin",
"lib",
Expand Down Expand Up @@ -126,10 +135,5 @@
"webpack-cli": {
"optional": true
}
},
"author": "Tobias Koppers @sokra",
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
"repository": "https://github.com/webpack/webpack-dev-server.git",
"license": "MIT"
}
}

0 comments on commit 90488f1

Please sign in to comment.