Skip to content

Commit 4948038

Browse files
authored
fix: Add README to each package (#165)
1 parent c4ea87b commit 4948038

17 files changed

+190
-23
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.rpt2_cache
33
.vscode
44
dist
5+
packages/**/README.md

.pnp.cjs

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
5.06 KB
Binary file not shown.
3.23 KB
Binary file not shown.
5.22 KB
Binary file not shown.
8.64 KB
Binary file not shown.
4.88 KB
Binary file not shown.
Binary file not shown.

.yarn/install-state.gz

21.4 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
"packages/@react-editor-js/*",
1111
"packages/react-editor-js"
1212
],
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/Jungwoo-An/react-editor-js.git"
16-
},
17-
"bugs": {
18-
"url": "https://github.com/Jungwoo-An/react-editor-js/issues"
19-
},
2013
"devDependencies": {
2114
"@release-it/conventional-changelog": "^3.3.0",
2215
"@rollup/plugin-node-resolve": "^13.0.6",
@@ -25,6 +18,7 @@
2518
"release-it": "^14.11.6",
2619
"release-it-yarn-workspaces": "^2.0.1",
2720
"rollup": "^2.58.3",
21+
"rollup-plugin-copy": "^3.4.0",
2822
"rollup-plugin-typescript2": "^0.30.0",
2923
"semver": "^7.3.5",
3024
"typescript": "^4.3.5"

0 commit comments

Comments
 (0)