Skip to content

Commit 1d32c0c

Browse files
committed
script: update publish config
1 parent 9e0b2fb commit 1d32c0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"engines": {
2727
"node": ">=8.0.0"
2828
},
29+
"publishConfig": {
30+
"registry": "https://registry.npmjs.org"
31+
},
2932
"scripts": {
3033
"prepublishOnly": "np --yolo --no-publish",
3134
"lint": "eslint transforms/ --ext .ts,.tsx,.jsx,.js,.md",

transforms/v3-Modal-method-with-icon-to-v4.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const {
44
addSubmoduleImport,
55
} = require('./utils');
66
const { printOptions } = require('./utils/config');
7+
const { addIconRelatedMsg } = require('./utils/summary');
78
const {
89
getV4IconComponentName,
910
createIconJSXElement,

0 commit comments

Comments
 (0)