Skip to content

Commit 55f6471

Browse files
committed
chore: update package.json to prepare for release
1 parent 35e96ce commit 55f6471

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

package.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
{
2-
"name": "react-refresh-webpack-plugin",
2+
"name": "@pmmmwh/react-refresh-webpack-plugin",
33
"version": "0.1.0",
4-
"main": "src/index.js",
5-
"author": "Michael Mok",
4+
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
5+
"keywords": [
6+
"react",
7+
"javascript",
8+
"webpack",
9+
"refresh",
10+
"hmr",
11+
"hotreload",
12+
"livereload",
13+
"live",
14+
"edit",
15+
"hot",
16+
"reload"
17+
],
18+
"homepage": "https://github.com/pmmmwh/react-refresh-webpack-plugin#readme",
19+
"bugs": {
20+
"url": "https://github.com/pmmmwh/react-refresh-webpack-plugin/issues"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/pmmmwh/react-refresh-webpack-plugin.git"
25+
},
626
"license": "MIT",
27+
"author": "Michael Mok",
28+
"main": "src/index.js",
29+
"files": [
30+
"src"
31+
],
732
"scripts": {
8-
"lint": "prettier --check \"**/*.{js,jsx,md}\"",
9-
"lint:fix": "prettier --write \"**/*.{js,jsx,md}\""
33+
"lint": "prettier --check \"**/*.{js,jsx,json,md}\"",
34+
"lint:fix": "prettier --write \"**/*.{js,jsx,json,md}\""
1035
},
1136
"dependencies": {
1237
"ansi-html": "^0.0.7",

0 commit comments

Comments
 (0)