chore: add registry url to package.json
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
"npm": {
|
"npm": {
|
||||||
"skipChecks": true
|
"skipChecks": true
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
|
||||||
"registry": "https://registry.npmjs.org/"
|
|
||||||
},
|
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"before:init": ["yarn", "yarn clean", "yarn test"]
|
"before:init": ["yarn", "yarn clean", "yarn test"]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -235,5 +235,8 @@
|
|||||||
"*.d.ts",
|
"*.d.ts",
|
||||||
"!jest.config.js",
|
"!jest.config.js",
|
||||||
"!jest.react.config.js"
|
"!jest.react.config.js"
|
||||||
]
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user