Skip to content

Commit 2d15e54

Browse files
committed
attempt to set github package publish
1 parent f80dd28 commit 2d15e54

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.24",
33
"description": "medium like react tapable editor",
44
"license": "MIT",
55
"main": "dist/index.js",
@@ -21,7 +21,13 @@
2121
"build-storybook": "build-storybook",
2222
"examples:basic": "DIR=basic EXT=js webpack-dev-server"
2323
},
24-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
24+
"publishConfig": {
25+
"registry": "https://npm.pkg.github.com/@ryuever"
26+
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/ryuever/react-tapable-editor"
30+
},
2531
"peerDependencies": {
2632
"react": ">=16"
2733
},

0 commit comments

Comments
 (0)