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