Skip to content

Commit fa09304

Browse files
committed
chore: Updated package.json for new keywords
1 parent e2d5126 commit fa09304

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

package.json

+20-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
"repository": "https://github.com/mlaursen/react-marked-renderer",
66
"author": "Mikkel Laursen <[email protected]>",
77
"license": "MIT",
8-
"main": "./dist/index.cjs",
9-
"module": "./dist/index.ejs",
10-
"browser": "./dist/index.min.js",
11-
"types": "./dist/index.d.ts",
12-
"files": [
13-
"dist/",
14-
"src/"
15-
],
16-
"sideEffects": false,
178
"scripts": {
189
"prepare": "husky install",
1910
"prebuild": "npm-run-all -p lint typecheck api-docs create-env",
@@ -28,6 +19,25 @@
2819
"start": "next start",
2920
"build": "next build"
3021
},
22+
"main": "./dist/index.cjs",
23+
"module": "./dist/index.ejs",
24+
"browser": "./dist/index.min.js",
25+
"types": "./dist/index.d.ts",
26+
"files": [
27+
"dist/",
28+
"src/"
29+
],
30+
"bugs": {
31+
"url": "https://github.com/mlaursen/react-marked-renderer/issues"
32+
},
33+
"keywords": [
34+
"github markdown",
35+
"markdown",
36+
"marked",
37+
"component",
38+
"react"
39+
],
40+
"sideEffects": false,
3141
"dependencies": {
3242
"@types/marked": "^4.0.1",
3343
"marked": "^4.0.4"
@@ -79,7 +89,7 @@
7989
"typescript": "^4.5.2"
8090
},
8191
"peerDependencies": {
82-
"react": ">= 16.8"
92+
"react": ">= 16.14"
8393
},
8494
"peerDependenciesMeta": {
8595
"react": {

0 commit comments

Comments
 (0)